feat: resend dialog improvements (#2034)

The checkboxes were difficult to see and the "Send reminder" button
wasn't disabled when no recipients were selected. This PR disables the
sending button when there's no selected recipient and improves the
checkboxes visibility.
This commit is contained in:
Catalin Pit
2025-09-25 15:23:07 +03:00
committed by GitHub
parent b8fc47b719
commit 3de1ea0a02
2 changed files with 14 additions and 4 deletions

View File

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