fix: New Asset dialog Type dropdown broken by Vuetify 4.1.2 item slot… (#7931)

This commit is contained in:
Brad Schroth
2026-07-22 13:20:42 -04:00
committed by GitHub
parent 8444c0a572
commit fda40627e8

View File

@@ -125,7 +125,7 @@
<template #prepend> <template #prepend>
<v-avatar> <v-avatar>
<v-icon> <v-icon>
{{ item.raw.icon }} {{ item.icon }}
</v-icon> </v-icon>
</v-avatar> </v-avatar>
</template> </template>