Add reusable <Modal> component, use with <Alert>

This commit is contained in:
Evan Hahn
2021-04-13 09:20:02 -05:00
committed by GitHub
parent 9846fb8edf
commit 62f1a42c25
14 changed files with 276 additions and 55 deletions

View File

@@ -41,6 +41,7 @@ type PropsType = {
toggleSelectedContact: (conversationId: string) => void;
};
// TODO: This should use <Modal>. See DESKTOP-1038.
export const ChooseGroupMembersModal: FunctionComponent<PropsType> = ({
candidateContacts,
confirmAdds,