Skip to content

Commit

Permalink
Merge pull request #2665 from kaloudis/config-copy-active
Browse files Browse the repository at this point in the history
Wallet config: set config to inactive when copied
  • Loading branch information
kaloudis authored Dec 23, 2024
2 parents e56a654 + 89d94fd commit a34608a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/Settings/WalletConfiguration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ export default class WalletConfiguration extends React.Component<
navigation.navigate('WalletConfiguration', {
node,
newEntry: true,
active: false,
saved: false,
index: nodes!.length
});
Expand Down

0 comments on commit a34608a

Please sign in to comment.