Skip to content

Commit

Permalink
fix: loader applied only while updating
Browse files Browse the repository at this point in the history
  • Loading branch information
cadriel committed Dec 31, 2020
1 parent 6ce01b6 commit f840ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/dialogUpdateStatus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
persistent
>
<v-card
:loading="'primary'"
:loading="(updating) ? 'primary' : false"
color="secondary darken-1">
<v-card-title>
<span class="headline">{{ title }}</span>
Expand Down

0 comments on commit f840ccc

Please sign in to comment.