mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-06-05 15:12:04 +01: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.buildCommandBarOptions();
|
||||||
this.shouldShowEditor = ko.computed<boolean>(() => {
|
this.shouldShowEditor = ko.computed<boolean>(() => {
|
||||||
const documentHasContent: boolean =
|
const documentHasContent: boolean =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user