Merge branch 'develop' into feature/SSR-1022

This commit is contained in:
Katie Kroell 2023-11-30 11:14:21 -05:00
commit b4ca54862a

View file

@ -267,6 +267,11 @@ export default {
this.$options.components[this.buttonTypeString] = this.buttonTypeObject;
}
},
beforeUnmount() {
this.resetField({
value: ''
});
},
methods: {
formatString(str) {
return String(str).replaceAll(' ', '-');