[enh] Rename error in danger type

This commit is contained in:
ljf 2021-08-20 16:40:28 +02:00
parent 1781a4de65
commit d95f6175f0

View file

@ -148,7 +148,7 @@ export function formatYunoHostArgument (arg) {
} }
}, },
{ {
types: ['success', 'info', 'warning', 'error'], types: ['success', 'info', 'warning', 'danger'],
name: 'ReadOnlyAlertItem', name: 'ReadOnlyAlertItem',
props: ['type', 'label:ask'], props: ['type', 'label:ask'],
readonly: true readonly: true