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

@ -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();