Skip to content

Commit b38d2cc

Browse files
committed
frontend: fix: add missing cached icon
1 parent 982289e commit b38d2cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

frontend/src/components/App/icons.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,9 @@ const mdiIcons = {
465465
warning: {
466466
parent: 'alert',
467467
},
468+
'warning-circle': {
469+
parent: 'alert-circle',
470+
},
468471
settings: {
469472
parent: 'cog',
470473
},

0 commit comments

Comments
 (0)