Renamed footer button for consistency

This commit is contained in:
Leah Schumann 2023-02-08 09:13:47 -05:00
parent 4e63afb5da
commit c2a3859ddd

View file

@ -55,7 +55,7 @@ export default {
type: Function, type: Function,
}, },
}, },
setup() { setup() {
const isTouched = useIsFormTouched(); const isTouched = useIsFormTouched();
const isDirty = useIsFormDirty(); const isDirty = useIsFormDirty();
const isValid = useIsFormValid(); const isValid = useIsFormValid();
@ -68,7 +68,7 @@ export default {
}, },
methods: { methods: {
async validateAndEmit() { async validateAndEmit() {
if (!this.isModalSubmitDisabled) { if (!this.isFooterButtonDisabled) {
this.$emit("footer-button-event"); this.$emit("footer-button-event");
} }
this.resetButtonStyle(); this.resetButtonStyle();