We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a89ae7 commit 60c9492Copy full SHA for 60c9492
static/dashboard.js
@@ -159,7 +159,7 @@ async function createForwarder(event) {
159
const form = event.target;
160
const addressInput = form.querySelector('#address');
161
const destinationSelect = form.querySelector('#destination');
162
- const customDestInput = form.querySelector('#custom-estination');
+ const customDestInput = form.querySelector('#custom-destination');
163
const submitButton = form.querySelector('button[type="submit"]');
164
165
// Get the actual destination
0 commit comments