Clear the original form field backups when the form is reloaded. This is to prevent "Undefined field value" error
This commit is contained in:
@@ -493,6 +493,8 @@ export default {
|
||||
|
||||
this.currentConnectorCloseWait = (async () => {
|
||||
while (!this.disabled) {
|
||||
this.clearFieldValueBackup();
|
||||
|
||||
let next = this.buildCurrent(await this.getConnector().wizard.next());
|
||||
|
||||
switch (next.type()) {
|
||||
|
||||
Reference in New Issue
Block a user