fix
This commit is contained in:
parent
1e01afae31
commit
a8bfd9f4cb
|
|
@ -24,6 +24,7 @@ export const FieldInput: FC<{
|
|||
: typeof field.prefix === "string"
|
||||
? field.prefix
|
||||
: null;
|
||||
|
||||
const suffix =
|
||||
typeof field.suffix === "function"
|
||||
? field.suffix()
|
||||
|
|
|
|||
Loading…
Reference in New Issue