mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Rename error in danger type
This commit is contained in:
parent
1781a4de65
commit
d95f6175f0
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ export function formatYunoHostArgument (arg) {
|
|||
}
|
||||
},
|
||||
{
|
||||
types: ['success', 'info', 'warning', 'error'],
|
||||
types: ['success', 'info', 'warning', 'danger'],
|
||||
name: 'ReadOnlyAlertItem',
|
||||
props: ['type', 'label:ask'],
|
||||
readonly: true
|
||||
|
|
Loading…
Reference in a new issue