feat(v4): Update the help center portal design (#10296)
Co-authored-by: Pranav <pranavrajs@gmail.com>
This commit is contained in:
@@ -110,4 +110,10 @@ export const actions = {
|
||||
updatePortal: async ({ commit }, portal) => {
|
||||
commit(types.UPDATE_PORTAL_ENTRY, portal);
|
||||
},
|
||||
|
||||
switchPortal: async ({ commit }, isSwitching) => {
|
||||
commit(types.SET_PORTAL_SWITCHING_FLAG, {
|
||||
isSwitching,
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user