11025 fix error tag toast

This commit is contained in:
Arthur 2022-11-28 10:29:25 -08:00
parent b1da374df2
commit 6231b43e17

View File

@ -215,6 +215,7 @@ def status_from_tag(tag: str = "info") -> str:
'warning': 'warning', 'warning': 'warning',
'success': 'success', 'success': 'success',
'error': 'danger', 'error': 'danger',
'danger': 'danger',
'debug': 'info', 'debug': 'info',
'info': 'info', 'info': 'info',
} }