mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-17 16:24:18 +01:00
enable save button when validation fails
This commit is contained in:
@@ -245,11 +245,13 @@ export default {
|
||||
} catch(e) {
|
||||
console.log(e);
|
||||
alert("Failed to save settings!");
|
||||
}
|
||||
} finally {
|
||||
|
||||
// show loading
|
||||
this.isSaving = false;
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
bytesToHex(uint8Array) {
|
||||
return Utils.bytesToHex(uint8Array);
|
||||
|
||||
Reference in New Issue
Block a user