[notifications] Fixed icon names

This commit is contained in:
Ferdinand Thiessen 2021-04-04 22:55:11 +02:00
parent 6f053d849a
commit 010ad6e107
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<q-btn <q-btn
round round
dense dense
icon="close" icon="mdi-close"
size="sm" size="sm"
color="negative" color="negative"
class="q-ma-xs" class="q-ma-xs"
@ -22,7 +22,7 @@
v-if="modelValue.accept !== undefined" v-if="modelValue.accept !== undefined"
round round
dense dense
icon="check" icon="mdi-check"
size="sm" size="sm"
color="positive" color="positive"
class="q-ma-xs" class="q-ma-xs"