mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Prepare for upgrade to React 19
Co-authored-by: ayumi-signal <ayumi@signal.org>
This commit is contained in:
@@ -28,7 +28,7 @@ export type PropsType = {
|
||||
onClose: () => void;
|
||||
} & PropsDataType;
|
||||
|
||||
export function AddGroupMemberErrorDialog(props: PropsType): JSX.Element {
|
||||
export function AddGroupMemberErrorDialog(props: PropsType): React.JSX.Element {
|
||||
const { i18n, onClose } = props;
|
||||
|
||||
let title: string;
|
||||
|
||||
Reference in New Issue
Block a user