Skip to content

Commit

Permalink
- updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Herrera committed Jan 20, 2025
1 parent 044da3d commit b5b6c44
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export interface IContactManagerModalProps {
setDisplay?: (display: boolean) => void;
setSelectedRows: (selectedContacts: IContactSearchResult[]) => void;
selectedRows: IContactSearchResult[];
showAddButton?: boolean;
showActiveSelector?: boolean;
handleModalOk?: () => void;
handleModalCancel?: () => void;
Expand Down

0 comments on commit b5b6c44

Please sign in to comment.