Skip to content

Commit

Permalink
fix: auto enable after editing
Browse files Browse the repository at this point in the history
  • Loading branch information
paulclindo committed Dec 20, 2024
1 parent 5504ffb commit 933becf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ function CronTask({ mode, initialValues }: CronTaskProps) {
'CreateJobWithConfigAndMessage' in initialValues.action
? initialValues?.action.CreateJobWithConfigAndMessage.message.job_id
: '',
active: !initialValues.paused,
});
}
};
Expand Down

0 comments on commit 933becf

Please sign in to comment.