Skip to content

Commit

Permalink
src: components: ImageView: Remove unused property text
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Sep 15, 2023
1 parent efdd6be commit 9130505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/ImageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
</v-card-text>
<v-card-actions>
<v-btn color="primary" text @click="widget.managerVars.configMenuOpen = false">Close</v-btn>
<v-btn color="primary" @click="widget.managerVars.configMenuOpen = false">Close</v-btn>
</v-card-actions>
</v-card>
</v-dialog>
Expand Down

0 comments on commit 9130505

Please sign in to comment.