mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-19 00:54:21 +01:00
show error when failing to save settings
This commit is contained in:
@@ -121,7 +121,7 @@ export default {
|
|||||||
|
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
// DialogUtils.showErrorAlert(e);
|
alert("Failed to save settings!");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user