Skip to content

Commit

Permalink
Update ui/src/views/Tasks.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea Leardini <[email protected]>
  • Loading branch information
stephdl and andre8244 authored Sep 25, 2024
1 parent 99ab962 commit 2180a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/Tasks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ export default {
cronValue = String(parseInt(cronValue)); // Remove the 'm', keep the number, and ensure it's a string
cron_enabled = true;
} else {
cronValue = String(0); // Ensure it's a string if it's already in the desired format
cronValue = "0";
cron_enabled = false;
}

Expand Down

0 comments on commit 2180a71

Please sign in to comment.