Skip to content

Commit

Permalink
isSPAのデフォルト値を設定
Browse files Browse the repository at this point in the history
  • Loading branch information
eyemono-moe committed Jul 27, 2024
1 parent e80cb7f commit 6de0625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const StaticConfigField: Component<Props> = (props) => {
{ value: 'true', label: 'Yes' },
{ value: 'false', label: 'No' },
]}
value={field.value}
value={field.value ?? 'false'}
readOnly={props.readonly}
/>
)}
Expand Down

0 comments on commit 6de0625

Please sign in to comment.