Add reusable <Modal> component, use with <Alert>
This commit is contained in:
parent
9846fb8edf
commit
62f1a42c25
14 changed files with 276 additions and 55 deletions
|
@ -27,6 +27,7 @@ type PropsType = {
|
|||
}
|
||||
);
|
||||
|
||||
// TODO: This should use <Modal>. See DESKTOP-1038.
|
||||
export function GroupDialog(props: Readonly<PropsType>): JSX.Element {
|
||||
const {
|
||||
children,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue