Skip to content

Commit

Permalink
fix: wrong api call when add device from management panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ChingCdesu committed Oct 16, 2023
1 parent 2a2d3cb commit a852311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "supernode-frontend",
"private": true,
"version": "1.0.0-alpha.9",
"version": "1.0.0-alpha.10",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
1 change: 1 addition & 0 deletions src/components/home/Content/Admin/Devices/Devices.vue
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ function handleAdd() {
message.error(t("message.admin.device.selectCommunityTip"));
return;
}
editIsNew.value = true;
editingDevice.value = undefined;
showEditModal.value = true;
}
Expand Down

0 comments on commit a852311

Please sign in to comment.