feat: Adds the ability to create a new article (#5255)
This commit is contained in:
@@ -84,8 +84,10 @@ export const actions = {
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
setPortalId: async ({ commit }, portalId) => {
|
||||
commit(types.SET_SELECTED_PORTAL_ID, portalId);
|
||||
},
|
||||
updatePortal: async ({ commit }, portal) => {
|
||||
commit(types.UPDATE_PORTAL_ENTRY, portal);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user