Commit 67088561 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'ss/fix-board-error' into 'master'

Provide default to epics_select/base.vue

See merge request gitlab-org/gitlab!44096
parents b8a3604b ce8ac21b
...@@ -84,7 +84,7 @@ export default () => { ...@@ -84,7 +84,7 @@ export default () => {
}, },
provide: { provide: {
boardId: $boardApp.dataset.boardId, boardId: $boardApp.dataset.boardId,
groupId: Number($boardApp.dataset.groupId) || null, groupId: Number($boardApp.dataset.groupId),
rootPath: $boardApp.dataset.rootPath, rootPath: $boardApp.dataset.rootPath,
canUpdate: $boardApp.dataset.canUpdate, canUpdate: $boardApp.dataset.canUpdate,
}, },
......
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