Skip to content

Commit

Permalink
fix(diagnostics): fix card icon selection (#1055)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathis Mensing <github@matmen.dev>
  • Loading branch information
matmen authored Mar 3, 2023
1 parent c1e77c0 commit dfbfefe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@

<app-setting :title="$t('app.setting.label.icon')">
<v-select
v-model="config.icon"
filled
dense
single-line
hide-details="auto"
:items="icons"
:value="config.icon"
>
<template #item="{item}">
<v-icon
Expand Down

0 comments on commit dfbfefe

Please sign in to comment.