mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 09:20:16 +00:00
Changes for Disabling notebook related features (#979)
* notebook removal changes * fixed failing tests
This commit is contained in:
committed by
GitHub
parent
24d0a16123
commit
6e55e397b3
@@ -145,6 +145,7 @@ export const ResourceTree: React.FC<ResourceTreeProps> = ({ container }: Resourc
|
||||
const buildNotebooksTemporarilyDownTree = (): TreeNode => {
|
||||
return {
|
||||
label: Notebook.temporarilyDownMsg,
|
||||
className: "clickDisabled",
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user