Fix "Proszę uzupełnić wszystkie pola"
This commit is contained in:
@@ -487,10 +487,10 @@
|
|||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
// przekazujemy klucze, które należy zignorować
|
|
||||||
return checkFields(configData, ['step_3_extra']);
|
return checkFields(configData, ['step_3_extra']);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
checkFields() {
|
checkFields() {
|
||||||
return this.areAllFieldsFilled(this.configData);
|
return this.areAllFieldsFilled(this.configData);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user