Merge pull request #2962 from chakflying/fix/missing-clear-form

Fix: Add missing clearForm func.
pull/2983/head
Louis Lam 1 year ago committed by GitHub
commit b6169408be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -159,6 +159,16 @@ export default {
}
});
},
/** Clear Form inputs */
clearForm() {
this.key = {
name: "",
expires: this.minDate,
active: 1,
};
this.noExpire = false;
},
}
};
</script>

Loading…
Cancel
Save