diff --git a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx
index 046e827fd..2e89418d8 100644
--- a/src/Explorer/Panes/SettingsPane/SettingsPane.tsx
+++ b/src/Explorer/Panes/SettingsPane/SettingsPane.tsx
@@ -13,6 +13,7 @@ import {
IToggleStyles,
Position,
SpinButton,
+ Stack,
Toggle,
} from "@fluentui/react";
import { Accordion, AccordionHeader, AccordionItem, AccordionPanel, makeStyles } from "@fluentui/react-components";
@@ -1163,14 +1164,20 @@ export const SettingsPane: FunctionComponent<{ explorer: Explorer }> = ({
-
+
+
+
+ If checked, the partition key value will not be used to locate the document during update
+ operations. Only use this if document updates are failing due to an abnormal partition key.
+
+
diff --git a/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap b/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap
index e46ba57ea..022cc8647 100644
--- a/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap
+++ b/src/Explorer/Panes/SettingsPane/__snapshots__/SettingsPane.test.tsx.snap
@@ -589,20 +589,35 @@ exports[`Settings Pane should render Default properly 1`] = `
-
+ verticalAlign="center"
+ >
+
+
+ If checked, the partition key value will not be used to locate the document during update operations. Only use this if document updates are failing due to an abnormal partition key.
+
+
@@ -883,20 +898,35 @@ exports[`Settings Pane should render Gremlin properly 1`] = `
-
+ verticalAlign="center"
+ >
+
+
+ If checked, the partition key value will not be used to locate the document during update operations. Only use this if document updates are failing due to an abnormal partition key.
+
+