diff --git a/src/components/prompt/prompt.jsx b/src/components/prompt/prompt.jsx
index 20e6af85eac0217be2044549fc3a67e522c4bb5a..3e5ec7950fc1be25a4e5cc89297a9828237fd649 100644
--- a/src/components/prompt/prompt.jsx
+++ b/src/components/prompt/prompt.jsx
@@ -64,7 +64,7 @@ const PromptComponent = props => (
                         <Box className={styles.optionsRow}>
                             <label>
                                 <input
-                                    checked
+                                    defaultChecked
                                     name="variableScopeOption"
                                     type="radio"
                                     value="global"