Skip to content

Commit

Permalink
Default to empty string on add set button for replicator
Browse files Browse the repository at this point in the history
  • Loading branch information
godismyjudge95 committed May 29, 2024
1 parent e9d25cc commit 46a55e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
index: Number,
last: Boolean,
enabled: { type: Boolean, default: true },
label: String,
label: { type: String, default: '' },
},
methods: {
Expand Down

0 comments on commit 46a55e3

Please sign in to comment.