Merge pull request #96 from creative-commoners/pulls/2.4/fix-create-report-button

FIX Create button is disabled if server returns error
This commit is contained in:
Guy Sartorelli 2023-03-27 11:42:20 +13:00 committed by GitHub
commit 44b575db9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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