fixed design issue

This commit is contained in:
kriks7iitk 2024-07-09 12:24:42 +05:30
parent 36b5f09c55
commit a95253153b

View file

@ -252,6 +252,7 @@ class ManageGranularAccessComponent extends React.Component {
.catch(({ error }) => {
if (error?.type) {
this.setState({
showEditRoleErrorModal: false,
showAutoRoleChangeModal: true,
autoRoleChangeModalMessage: error?.error,
autoRoleChangeModalList: error?.data,