From 89d94fd4554e119e20485d0cb2b24009f48d6005 Mon Sep 17 00:00:00 2001 From: Evan Kaloudis Date: Sun, 22 Dec 2024 13:58:59 -0500 Subject: [PATCH] Wallet config: set config to inactive when copied --- views/Settings/WalletConfiguration.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/views/Settings/WalletConfiguration.tsx b/views/Settings/WalletConfiguration.tsx index c01543d52..36ea549c8 100644 --- a/views/Settings/WalletConfiguration.tsx +++ b/views/Settings/WalletConfiguration.tsx @@ -571,6 +571,7 @@ export default class WalletConfiguration extends React.Component< navigation.navigate('WalletConfiguration', { node, newEntry: true, + active: false, saved: false, index: nodes!.length });