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