Skip to content

Commit

Permalink
[Fix-3726][web] Fix the issue where the enable button in Git Project …
Browse files Browse the repository at this point in the history
…forms does not have a default value (#3729)
  • Loading branch information
gphwxhq authored Aug 21, 2024
1 parent ddc8028 commit 4c8ffcf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ const ProjectForm: React.FC<ProjectFormProps> = (props) => {
width='xs'
name='enabled'
label={l('global.table.isEnable')}
initialValue={false}
{...SWITCH_OPTIONS()}
/>
</ProForm.Group>
Expand Down

0 comments on commit 4c8ffcf

Please sign in to comment.