Skip to content

Commit 6e1c97c

Browse files
Merge pull request #1228 from zherman0/1209
Change dropdown units for consistency on PVC form
2 parents 677e482 + 890ef12 commit 6e1c97c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/public/components/storage/create-pvc.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ export class CreatePVCForm extends React.Component<CreatePVCFormProps, CreatePVC
4747
},
4848
],
4949
dropdownUnits: {
50-
Mi: 'MiB',
51-
Gi: 'GiB',
52-
Ti: 'TiB',
50+
Mi: 'Mi',
51+
Gi: 'Gi',
52+
Ti: 'Ti',
5353
},
5454
};
5555

0 commit comments

Comments
 (0)