Skip to content

Commit

Permalink
🐛 Fixed Alert not showing text edit
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Mar 23, 2024
1 parent bb3ef8d commit aeb518f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/builder/Menu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
y: 0,
moveable: false,
data: {
text_value: null,
text_value: '',
horizontal: null,
vertical: null,
actions: [
Expand Down

0 comments on commit aeb518f

Please sign in to comment.