Iterate PR first round
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
6e674b97c2
commit
71e84ccb75
6 changed files with 9 additions and 8 deletions
|
@ -35,7 +35,7 @@ interface IProps extends IDialogProps {
|
|||
fixedWidth?: boolean;
|
||||
className?: string;
|
||||
hasCancelButton?: boolean;
|
||||
cancelButton?: JSX.Element;
|
||||
cancelButton?: React.ReactNode;
|
||||
}
|
||||
|
||||
export default class QuestionDialog extends React.Component<IProps> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue