IO-1524 Resolve CC form create issue with decimals.

This commit is contained in:
Patrick Fic
2021-12-13 13:54:07 -08:00
parent e052a0d232
commit 3c9f66c95c
3 changed files with 11 additions and 11 deletions

View File

@@ -118,7 +118,7 @@ export default function CourtesyCarCreateFormComponent({ form, saveLoading }) {
},
]}
>
<InputNumber />
<InputNumber precision={0} />
</Form.Item>
<Form.Item
label={t("courtesycars.fields.fleetnumber")}