Commit 24b55695 authored by Nathan Friend's avatar Nathan Friend

Fix Release edit page

This commit fixes the Release edit page by dispatching the Vuex action
with the appropriate namespace.
parent d710d138
......@@ -7,7 +7,7 @@ export default () => {
const el = document.getElementById('js-edit-release-page');
const store = createStore({ detail: detailModule });
store.dispatch('setInitialState', el.dataset);
store.dispatch('detail/setInitialState', el.dataset);
return new Vue({
el,
......
---
title: Fix "Edit Release" page
merge_request: 25469
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment