Skip to content
Snippets Groups Projects
Unverified Commit 054e3738 authored by Alexander Lesnenko's avatar Alexander Lesnenko Committed by GitHub
Browse files

fix redux console error (#21457)

parent 348281fc
Branches
Tags
No related merge requests found
......@@ -114,7 +114,9 @@ export const PLUGIN_CACHING = {
getQuestionsImplicitCacheTTL: () => null,
};
export const PLUGIN_REDUCERS = {} as any;
export const PLUGIN_REDUCERS: { generalPermissionsPlugin: any } = {
generalPermissionsPlugin: () => null,
};
export const PLUGIN_ADVANCED_PERMISSIONS = {
addDatabasePermissionOptions: (permissions: any[]) => permissions,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment