Skip to content

Commit

Permalink
default enable artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydzhou committed Sep 6, 2024
1 parent 7c0acc7 commit 7455978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/mask.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export function MaskConfig(props: {
<input
aria-label={Locale.Mask.Config.Artifacts.Title}
type="checkbox"
checked={props.mask.enableArtifacts}
checked={props.mask.enableArtifacts !== false}
onChange={(e) => {
props.updateMask((mask) => {
mask.enableArtifacts = e.currentTarget.checked;
Expand Down

0 comments on commit 7455978

Please sign in to comment.