Skip to content

Commit

Permalink
widget-manager: variableName as VeryGenericIndicator widget name
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersonsousa committed Jan 4, 2024
1 parent b9077c1 commit dd36958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
class="flex items-center justify-between w-full h-10 my-1"
>
<div class="flex items-center justify-start w-full overflow-auto">
<p class="overflow-hidden select-none text-ellipsis whitespace-nowrap">{{ widget.component }}</p>
<p class="overflow-hidden select-none text-ellipsis whitespace-nowrap">{{ widget.options.variableName ?? widget.component }}</p>
</div>
<div class="icon-btn mdi mdi-cog" @click="widget.managerVars.configMenuOpen = true" />
<div class="icon-btn mdi mdi-trash-can" @click="store.deleteMiniWidget(widget)" />
Expand Down

0 comments on commit dd36958

Please sign in to comment.