mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 03:48:44 +08:00
fix: issue #540
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
? attr.default.default
|
? attr.default.default
|
||||||
: attr.default.default.split(',')
|
: attr.default.default.split(',')
|
||||||
: attr.default.default
|
: attr.default.default
|
||||||
: null,
|
: attr.is_list ? [] : null,
|
||||||
},
|
},
|
||||||
]"
|
]"
|
||||||
:placeholder="$t('placeholder2')"
|
:placeholder="$t('placeholder2')"
|
||||||
|
Reference in New Issue
Block a user