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,10 +245,12 @@ export default {
|
|||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
alert("Failed to save settings!");
|
alert("Failed to save settings!");
|
||||||
}
|
} finally {
|
||||||
|
|
||||||
// show loading
|
// show loading
|
||||||
this.isSaving = false;
|
this.isSaving = false;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
bytesToHex(uint8Array) {
|
bytesToHex(uint8Array) {
|
||||||
|
|||||||
Reference in New Issue
Block a user