From c26f9a1ebb5a953e2912e2e524a5bbb552063edf Mon Sep 17 00:00:00 2001 From: Nishtha Ahuja <45535788+nishthaAhujaa@users.noreply.github.com> Date: Mon, 3 Feb 2025 12:39:01 +0530 Subject: [PATCH] disabled change buttom for emulator (#2017) Co-authored-by: Nishtha Ahuja --- .../PartitionKeyComponent.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/Explorer/Controls/Settings/SettingsSubComponents/PartitionKeyComponent.tsx b/src/Explorer/Controls/Settings/SettingsSubComponents/PartitionKeyComponent.tsx index 1930808a7..7800c1109 100644 --- a/src/Explorer/Controls/Settings/SettingsSubComponents/PartitionKeyComponent.tsx +++ b/src/Explorer/Controls/Settings/SettingsSubComponents/PartitionKeyComponent.tsx @@ -14,6 +14,7 @@ import * as ViewModels from "../../../../Contracts/ViewModels"; import { handleError } from "Common/ErrorHandlingUtils"; import { cancelDataTransferJob, pollDataTransferJob } from "Common/dataAccess/dataTransfers"; +import { Platform, configContext } from "ConfigContext"; import Explorer from "Explorer/Explorer"; import { ChangePartitionKeyPane } from "Explorer/Panes/ChangePartitionKeyPane/ChangePartitionKeyPane"; import { @@ -177,12 +178,14 @@ export const PartitionKeyComponent: React.FC = ({ da To change the partition key, a new destination container must be created or an existing destination container selected. Data will then be copied to the destination container. - + {configContext.platform !== Platform.Emulator && ( + + )} {portalDataTransferJob && ( {partitionKeyName} change job