Skip to content

Commit 60c9492

Browse files
Update dashboard.js
1 parent 3a89ae7 commit 60c9492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ async function createForwarder(event) {
159159
const form = event.target;
160160
const addressInput = form.querySelector('#address');
161161
const destinationSelect = form.querySelector('#destination');
162-
const customDestInput = form.querySelector('#custom-estination');
162+
const customDestInput = form.querySelector('#custom-destination');
163163
const submitButton = form.querySelector('button[type="submit"]');
164164

165165
// Get the actual destination

0 commit comments

Comments
 (0)