We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff59bf commit 737b6fcCopy full SHA for 737b6fc
1 file changed
packages/polymath-issuer/src/actions/compliance.js
@@ -217,7 +217,7 @@ export const addGeneralPermissionModule = () => async (
217
getState: GetState
218
) => {
219
const st: SecurityToken = getState().token.token.contract;
220
- if (st.getPermissionManager()) {
+ if (await st.getPermissionManager()) {
221
dispatch(toggleWhitelistManagement(true));
222
return;
223
}
0 commit comments