Fix: Input list doesnt show up when template value are empty
This commit is contained in:
parent
c3a0dfbd97
commit
8d86d6208c
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ export default function InputListComponent({
|
|||
value = [value];
|
||||
}
|
||||
|
||||
if (!value.length) value = [""];
|
||||
|
||||
return (
|
||||
<div
|
||||
className={classNames(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue