Renamed footer button for consistency
This commit is contained in:
parent
4e63afb5da
commit
c2a3859ddd
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue