mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-28 06:04:25 +00:00
feat: Enhance restore container functionality with error handling and UI updates
This commit is contained in:
@@ -106,7 +106,7 @@ const requestAndStoreAccessToken = async (): Promise<void> => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const openRestoreContainerDialog = (): void => {
|
export const openRestoreContainerDialog = (): void => {
|
||||||
if (configContext.platform === Platform.Fabric) {
|
if (isFabricNative()) {
|
||||||
sendCachedDataMessage(FabricMessageTypes.RestoreContainer, []);
|
sendCachedDataMessage(FabricMessageTypes.RestoreContainer, []);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user