Browse Source

Update Types.ts

czhen 4 years ago
parent
commit
0baa5a36c8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/src/components/customDialog/Types.ts

+ 1 - 0
client/src/components/customDialog/Types.ts

@@ -31,4 +31,5 @@ export type DialogContainerProps = {
   confirmDisabled?: boolean;
   showActions?: boolean;
   showCancel?: boolean;
+  leftActions?: ReactElement;
 };