Skip to content

Commit

Permalink
fix: job props dry run toggle
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed May 20, 2024
1 parent bd37108 commit 4b5e197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/rector/JobProps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ function setSettingsValues(): void {
state.discordGuildId = jobProps.value.discordGuildId;
}
if (jobProps.value.discordSyncSettings) {
state.discordSyncSettings.dryRun = jobProps.value.discordSyncSettings.dryRun;
state.discordSyncSettings.statusLog = jobProps.value.discordSyncSettings.statusLog;
if (jobProps.value.discordSyncSettings.statusLogSettings) {
state.discordSyncSettings.statusLogSettings = jobProps.value.discordSyncSettings.statusLogSettings;
Expand Down

0 comments on commit 4b5e197

Please sign in to comment.