Merge pull request #542 from veops/fix_issue_540

fix: issue #540
This commit is contained in:
Leo Song 2024-06-12 15:00:08 +08:00 committed by GitHub
commit 062c729d98
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
? attr.default.default
: attr.default.default.split(',')
: attr.default.default
: null,
: attr.is_list ? [] : null,
},
]"
:placeholder="$t('placeholder2')"