mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
fix: config panel "tags" turned into "select"
This commit is contained in:
parent
e9d9aa36cb
commit
5a805463bb
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ export function formatYunoHostArgument(arg) {
|
|||
]
|
||||
|
||||
// Default type management if no one is filled
|
||||
if (arg.choices && arg.choices.length) {
|
||||
if (arg.type !== 'tags' && arg.choices && arg.choices.length) {
|
||||
arg.type = 'select'
|
||||
}
|
||||
if (arg.type === undefined) {
|
||||
|
|
Loading…
Reference in a new issue