Skip to content

Commit

Permalink
ZEUS-1955: Node config: clear host data when changing interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Jan 19, 2024
1 parent 5e0e237 commit eaf9d57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion views/Settings/NodeConfiguration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,10 @@ export default class NodeConfiguration extends React.Component<
this.setState({
implementation: value,
saved: false,
certVerification: value === 'lndhub' ? true : false
certVerification: value === 'lndhub' ? true : false,
host: '',
lndhubUrl: '',
url: ''
});
}}
values={interfaceKeys}
Expand Down

0 comments on commit eaf9d57

Please sign in to comment.