Skip to content

Commit

Permalink
FormControls: fix error for preview prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Nov 14, 2024
1 parent 8f1db29 commit e369e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/src/components/Forms/FormControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default {
/**
* Preview URL for changes
*/
preview: String
preview: [String, Boolean]
},
emits: ["discard", "submit"],
computed: {
Expand Down

0 comments on commit e369e77

Please sign in to comment.