feat: improve resend dialog

This commit is contained in:
Catalin Pit
2025-09-17 10:31:23 +03:00
parent e49910c8ef
commit 49b61c6c07
2 changed files with 14 additions and 4 deletions

View File

@ -714,7 +714,6 @@ export const AddSignersFormPartial = ({
handleRecipientAutoCompleteSelect(index, suggestion)
}
onSearchQueryChange={(query) => {
console.log('onSearchQueryChange', query);
field.onChange(query);
setRecipientSearchQuery(query);
}}