feat: Enhance restore container functionality with error handling and UI updates

This commit is contained in:
Dmitrii Shilov
2026-01-20 10:19:18 +01:00
parent d4c587e458
commit a735a6496f

View File

@@ -106,7 +106,7 @@ const requestAndStoreAccessToken = async (): Promise<void> => {
};
export const openRestoreContainerDialog = (): void => {
if (configContext.platform === Platform.Fabric) {
if (isFabricNative()) {
sendCachedDataMessage(FabricMessageTypes.RestoreContainer, []);
}
};