Skip to content

Commit 43c9e1e

Browse files
committed
Fixing default tokenAddress value
1 parent e97007c commit 43c9e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/components/pay/RouteDiscovery.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const RouteDiscovery: React.FC = () => {
2727
resolver: zodResolver(routeDiscoveryValidationSchema),
2828
defaultValues: {
2929
chainId: 1,
30-
tokenAddress: "",
30+
tokenAddress: undefined,
3131
},
3232
});
3333

0 commit comments

Comments
 (0)