Skip to content

Commit

Permalink
components: widget: IFrame: Fix settings title
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Oct 19, 2023
1 parent 2d7c1da commit 982315b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/IFrame.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
<v-dialog v-model="widget.managerVars.configMenuOpen" min-width="400" max-width="35%">
<v-card class="pa-2">
<v-card-title>Iframe Source</v-card-title>
<v-card-title>Settings</v-card-title>
<v-card-text>
<v-text-field
label="Iframe Source"
Expand Down

0 comments on commit 982315b

Please sign in to comment.