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,
|
||||
},
|
||||
},
|
||||
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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue