fix form
This commit is contained in:
@@ -1201,7 +1201,7 @@ export default {
|
|||||||
async submitStep (e) {
|
async submitStep (e) {
|
||||||
this.isSubmitting = true
|
this.isSubmitting = true
|
||||||
|
|
||||||
const forceComplete = e.submitter?.getAttribute('name') === 'completed'
|
const forceComplete = e?.submitter?.getAttribute('name') === 'completed'
|
||||||
|
|
||||||
if (forceComplete) {
|
if (forceComplete) {
|
||||||
this.isSubmittingComplete = true
|
this.isSubmittingComplete = true
|
||||||
|
|||||||
Reference in New Issue
Block a user