FIX Create button is disabled if server returns error

This commit is contained in:
Sabina Talipova 2023-03-24 12:59:39 +13:00
parent 6ea69fabb2
commit 4d67a327fe
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@
if (typeof console !== 'undefined') {
console.log(e);
}
self.buttonReset();
}
});
}