mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +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 }) => {
|
.catch(({ error }) => {
|
||||||
if (error?.type) {
|
if (error?.type) {
|
||||||
this.setState({
|
this.setState({
|
||||||
|
showEditRoleErrorModal: false,
|
||||||
showAutoRoleChangeModal: true,
|
showAutoRoleChangeModal: true,
|
||||||
autoRoleChangeModalMessage: error?.error,
|
autoRoleChangeModalMessage: error?.error,
|
||||||
autoRoleChangeModalList: error?.data,
|
autoRoleChangeModalList: error?.data,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue