Skip to content

Commit

Permalink
minor errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nagu165 committed Jan 2, 2024
1 parent 2ad5599 commit e2fc75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/components/storage/VolumeForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ const MountPointFormSelect = ({ volumes, ...selectProps }) => {
);
};


/**
* Btrfs file system type can be offered with two flavors, with and without snapshots.
*/
Expand Down
2 changes: 2 additions & 0 deletions web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"compilerOptions": {
"strict" : true,
"forceConsistentCasingInFileNames": true,
"baseUrl": "./",
"isolatedModules": true,
"noEmit": true,
Expand Down

0 comments on commit e2fc75e

Please sign in to comment.