11025 fix error tag toast

This commit is contained in:
Arthur 2022-11-28 10:29:25 -08:00 committed by Jeremy Stretch
parent 80f5eeacdd
commit f59c6699f6

View File

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