Skip to content

Commit

Permalink
Update src_assets/common/assets/web/troubleshooting.html
Browse files Browse the repository at this point in the history
Co-authored-by: ReenigneArcher <[email protected]>
  • Loading branch information
xanderfrangos and ReenigneArcher authored Jan 26, 2024
1 parent 60e2da7 commit b5d7da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/troubleshooting.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h2 id="logs">Logs</h2>
});
},
unpairSingle(uuid) {
fetch("/api/clients/unpair-single", { method: "POST", body: JSON.stringify({ uuid }) }).then(() => {
fetch("/api/clients/unpair", { method: "POST", body: JSON.stringify({ uuid }) }).then(() => {
this.showApplyMessage = true;
this.refreshClients();
});
Expand Down

0 comments on commit b5d7da4

Please sign in to comment.