Skip to content

Commit 8406a60

Browse files
committed
chore: leftText change to required
1 parent 9019e85 commit 8406a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/webgal/src/UI/GlobalDialog/GlobalDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function GlobalDialog() {
1212

1313
interface IShowGlobalDialogProps {
1414
title: string;
15-
leftText?: string;
15+
leftText: string;
1616
rightText?: string;
1717
leftFunc?: Function;
1818
rightFunc?: Function;

0 commit comments

Comments
 (0)