Merge branch 'master' into upload-refactoring

This commit is contained in:
Abhinav-grd 2021-08-14 11:36:11 +05:30
commit 1ad6d70136

View file

@ -68,7 +68,8 @@ export default function MessageDialog({
attributes.close?.variant ?? 'secondary'
}`}
onClick={() => {
attributes.close?.action();
attributes.close.action &&
attributes.close?.action();
props.onHide();
}}
style={{