feat: Adds the ability to delete a portal (#5305)
This commit is contained in:
@@ -76,6 +76,7 @@ export const actions = {
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
updatePortal: async ({ commit }, portal) => {
|
||||
commit(types.UPDATE_PORTAL_ENTRY, portal);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user