mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 00:19:04 +00:00
fixed design issue
This commit is contained in:
parent
36b5f09c55
commit
a95253153b
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue