Skip to content

Commit 043f871

Browse files
committed
feat: AB#245 Add FieldTypes for number, boolean and date to Template
Fixed comma issue
1 parent de07516 commit 043f871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/form/EntityDetail.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
handleMultiSelect,
2323
isValid,
2424
prepareForSave,
25-
inputType
25+
inputType,
2626
isInput,
2727
isEnum,
2828
isSelect,

0 commit comments

Comments
 (0)