diff --git a/adminSiteClient/SaveButtons.tsx b/adminSiteClient/SaveButtons.tsx
index dcae75f749..91385482ea 100644
--- a/adminSiteClient/SaveButtons.tsx
+++ b/adminSiteClient/SaveButtons.tsx
@@ -157,11 +157,12 @@ class SaveButtonsForChart extends Component<{
(this.narrativeChartNameModalOpen = "closed")
}
/>
- {editingErrors.map((error, i) => (
-
- {error}
-
- ))}
+ {grapher.isReady &&
+ editingErrors.map((error, i) => (
+
+ {error}
+
+ ))}
)
}
@@ -206,11 +207,12 @@ class SaveButtonsForIndicatorChart extends Component<{
? "Create indicator chart"
: "Update indicator chart"}
- {editingErrors.map((error, i) => (
-
- {error}
-
- ))}
+ {grapher.isReady &&
+ editingErrors.map((error, i) => (
+
+ {error}
+
+ ))}
)
}
@@ -268,11 +270,12 @@ class SaveButtonsForChartView extends Component<{
>
Create DI
- {editingErrors.map((error, i) => (
-
- {error}
-
- ))}
+ {grapher.isReady &&
+ editingErrors.map((error, i) => (
+
+ {error}
+
+ ))}
{this.isCreateDataInsightModalOpen && (