mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-10-13 15:28:05 +01:00
feat: Enhance restore container functionality with error handling and UI updates
This commit is contained in:
parent
5302da2dff
commit
4ee4ff0a14
@ -61,7 +61,7 @@ export const createDatabaseContextMenu = (container: Explorer, databaseId: strin
|
||||
},
|
||||
];
|
||||
|
||||
if (isFabric() && !userContext.fabricContext?.isReadOnly) {
|
||||
if (isFabricNative() && !userContext.fabricContext?.isReadOnly) {
|
||||
const features = extractFeatures();
|
||||
if (features?.enableRestoreContainer) {
|
||||
items.push({
|
||||
|
Loading…
x
Reference in New Issue
Block a user