Commit ce8ac21b authored by sstern's avatar sstern Committed by Axel García

Provide default to epics_select/base.vue

parent 9a1e8d76
......@@ -84,7 +84,7 @@ export default () => {
},
provide: {
boardId: $boardApp.dataset.boardId,
groupId: Number($boardApp.dataset.groupId) || null,
groupId: Number($boardApp.dataset.groupId),
rootPath: $boardApp.dataset.rootPath,
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