Skip to content

Commit

Permalink
comment Size.default better
Browse files Browse the repository at this point in the history
even better it belongs to storage.model.schema.json
  • Loading branch information
mvidner committed Jan 23, 2025
1 parent 84c37e0 commit 3c52b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/storage/DriveEditor.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const mockDrive: ConfigModel.Drive = {
mountPath: "swap",
size: {
min: 2_000_000_000,
default: false, // WTF does default mean??
default: false, // false: user provided, true: calculated
},
},
],
Expand Down

0 comments on commit 3c52b08

Please sign in to comment.