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