Parcourir la source

Fixed circular dependency on launch flow

jnfrati il y a 4 ans
Parent
commit
d7cfcd09a2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      dashboard/src/main/home/launch/launch-flow/SettingsPage.tsx

+ 1 - 1
dashboard/src/main/home/launch/launch-flow/SettingsPage.tsx

@@ -175,7 +175,7 @@ class SettingsPage extends Component<PropsType, StateType> {
           </Placeholder>
           </Placeholder>
           <SaveButton
           <SaveButton
             text="Deploy"
             text="Deploy"
-            onClick={onSubmit}
+            onClick={() => onSubmit({})}
             status={saveValuesStatus}
             status={saveValuesStatus}
             makeFlush={true}
             makeFlush={true}
           />
           />