Skip to content

Commit cb034d6

Browse files
committed
fix(contacts): fix add contact by paste
1 parent ad0422a commit cb034d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sheets/AddContact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const AddContact = ({
5858
};
5959

6060
const onSuccess = async (): Promise<void> => {
61-
navigation.navigate('ContactEdit', { url });
61+
navigation.navigate('ContactEdit', { url: contactUrl });
6262
setUrl('');
6363
};
6464

0 commit comments

Comments
 (0)