Skip to content

Commit

Permalink
NAS-128573: Enabled option checked automatically when adding Rsync Mo…
Browse files Browse the repository at this point in the history
…dule (#10101)
  • Loading branch information
undsoft authored May 24, 2024
1 parent fe455fe commit abe240b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export class RYSNCConfigurationFormComponent {
name: 'enabled',
placeholder: helptext.rsyncmod_enabled_placeholder,
tooltip: helptext.rsyncmod_enabled_tooltip,
value: false,
}],
},
{ name: 'spacer', label: false, width: '2%' },
Expand Down

0 comments on commit abe240b

Please sign in to comment.