feat: Portals store integration (#5185)
This commit is contained in:
@@ -9,6 +9,11 @@ export const defaultPortalFlags = {
|
||||
};
|
||||
|
||||
const state = {
|
||||
meta: {
|
||||
count: 0,
|
||||
currentPage: 1,
|
||||
},
|
||||
|
||||
portals: {
|
||||
byId: {},
|
||||
allIds: [],
|
||||
@@ -20,6 +25,7 @@ const state = {
|
||||
meta: {
|
||||
byId: {},
|
||||
},
|
||||
selectedPortalId: null,
|
||||
},
|
||||
uiFlags: {
|
||||
allFetched: false,
|
||||
|
||||
Reference in New Issue
Block a user