Skip to content

Commit

Permalink
fix(pipeline): triggers were not reverting in the ui (#7485)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammy Louie committed Oct 4, 2019
1 parent 5c3fcc7 commit 7d91de6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export const Trigger = (props: ITriggerProps) => (
<SpinFormik
onSubmit={() => null}
initialValues={props.trigger}
enableReinitialize={true}
render={formik => <TriggerForm {...props} formik={formik} />}
/>
);
Expand Down

0 comments on commit 7d91de6

Please sign in to comment.