made choice modal large

This commit is contained in:
Abhinav-grd 2021-05-11 17:42:28 +05:30
parent 004ac5826b
commit f1989df034

View file

@ -17,6 +17,7 @@ function ChoiceModal({
}: Props) { }: Props) {
return ( return (
<MessageDialog <MessageDialog
size={'lg'}
{...props} {...props}
attributes={{ title: constants.MULTI_FOLDER_UPLOAD }} attributes={{ title: constants.MULTI_FOLDER_UPLOAD }}
> >