Skip to content

Commit

Permalink
dont prefill new http connection address
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Nov 21, 2024
1 parent 036f139 commit ac6f709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/ConnectViaHttpPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default {
},
data() {
return {
newHttpConnectionAddress: window.location.origin,
newHttpConnectionAddress: "",
previousHttpConnectionAddresses: [],
};
},
Expand Down

0 comments on commit ac6f709

Please sign in to comment.