mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix re-display of privileges on the grant wizard if the back button is used. Fixes #1324
This issue was regression of commit id: 47d7e24bb9
Shouldn't have return statement in view object because it is called by render of wizard object class to render the page in wizard.
This commit is contained in:
parent
9e8e3fc787
commit
1783e040e6
@ -801,7 +801,6 @@ define([
|
||||
}
|
||||
} else {
|
||||
console.log('Acls are not defined');
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user