mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-22 03:04:07 +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 => {
|
||||
if (configContext.platform === Platform.Fabric) {
|
||||
if (isFabricNative()) {
|
||||
sendCachedDataMessage(FabricMessageTypes.RestoreContainer, []);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user