mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Add reusable <Modal> component, use with <Alert>
This commit is contained in:
@@ -27,6 +27,7 @@ type PropsType = {
|
||||
}
|
||||
);
|
||||
|
||||
// TODO: This should use <Modal>. See DESKTOP-1038.
|
||||
export function GroupDialog(props: Readonly<PropsType>): JSX.Element {
|
||||
const {
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user