ui_migration fix(lint) Fix component eslint warn no-useless-assignment on powerContent.vue
This commit is contained in:
parent
1f903562aa
commit
6b864f57df
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export default {
|
||||||
...mapActions(useSettingsStore, ["resetState"]),
|
...mapActions(useSettingsStore, ["resetState"]),
|
||||||
...mapActions(useWotStore, ["deleteAllThingDescriptions"]),
|
...mapActions(useWotStore, ["deleteAllThingDescriptions"]),
|
||||||
systemRequest: function (action) {
|
systemRequest: function (action) {
|
||||||
let message = "";
|
let message;
|
||||||
if (action == "reboot") {
|
if (action == "reboot") {
|
||||||
message = "Restart microscope?";
|
message = "Restart microscope?";
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue