feat: Adds the ability to add new locale in portal (#5363)
This commit is contained in:
@@ -36,8 +36,7 @@ export const actions = {
|
||||
}
|
||||
},
|
||||
|
||||
update: async ({ commit }, { portalObj }) => {
|
||||
const portalSlug = portalObj.slug;
|
||||
update: async ({ commit }, { portalSlug, ...portalObj }) => {
|
||||
commit(types.SET_HELP_PORTAL_UI_FLAG, {
|
||||
uiFlags: { isUpdating: true },
|
||||
portalSlug,
|
||||
|
||||
Reference in New Issue
Block a user