Remove unused code

This commit is contained in:
Darko Radivojevic 2023-06-22 10:16:24 +02:00
parent b1a434c011
commit 88b1265ce9
1 changed files with 0 additions and 9 deletions

View File

@ -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 =