mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
added success message after permission creation
This commit is contained in:
parent
aee893fc98
commit
a2e4d31bd3
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ class ManageGranularAccessComponent extends React.Component {
|
|||
.then(() => {
|
||||
this.fetchGranularPermissions(this.props.groupPermissionId);
|
||||
this.closeAddPermissionModal();
|
||||
toast.success('Permission created successfully!');
|
||||
})
|
||||
.catch(({ error }) => {
|
||||
this.closeAddPermissionModal();
|
||||
|
|
|
|||
Loading…
Reference in a new issue