Skip to content

Commit b80fccc

Browse files
fix: Add unlock event to emits array
1 parent 4f445bc commit b80fccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/src/components/Forms/FormControls.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export const props = {
8181
*/
8282
export default {
8383
mixins: [props],
84-
emits: ["discard", "submit"],
84+
emits: ["discard", "submit", "unlock"],
8585
computed: {
8686
buttons() {
8787
if (this.isLocked === true) {

0 commit comments

Comments
 (0)