mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-02-16 17:25:58 +00:00
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…
x
Reference in New Issue
Block a user