Remove unused code
This commit is contained in:
parent
b1a434c011
commit
88b1265ce9
|
@ -307,15 +307,6 @@ export default class DocumentsTab extends TabsBase {
|
|||
}),
|
||||
};
|
||||
|
||||
this.copilotEntityButton = {
|
||||
enabled: ko.computed<boolean>(() => {
|
||||
return userContext.features.enableCopilot;
|
||||
}),
|
||||
visible: ko.computed<boolean>(() => {
|
||||
return userContext.features.enableCopilot;
|
||||
}),
|
||||
};
|
||||
|
||||
this.buildCommandBarOptions();
|
||||
this.shouldShowEditor = ko.computed<boolean>(() => {
|
||||
const documentHasContent: boolean =
|
||||
|
|
Loading…
Reference in New Issue