Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Dec 19, 2024
1 parent 5d35ded commit 767cc3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/queries/storage/config-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function changeDrive(model: configModel.Config, driveName: string, newDriveName:
if (drive === undefined) return;

drive.name = newDriveName;
// TODO: assign space policy according to the use-case.
if (drive.spacePolicy === "custom") drive.spacePolicy = "keep";
}

Expand Down

0 comments on commit 767cc3f

Please sign in to comment.