Commit 3dc62724 authored by Jacques Erasmus's avatar Jacques Erasmus

Merge branch 'donald-create-board-snowplow' into 'master'

Added Snowplow to create new board button

See merge request gitlab-org/gitlab!76289
parents 50b15094 3e38bf17
......@@ -349,6 +349,9 @@ export default {
v-if="showCreate"
v-gl-modal-directive="'board-config-modal'"
data-qa-selector="create_new_board_button"
data-track-action="click_button"
data-track-label="create_new_board"
data-track-property="dropdown"
@click.prevent="showPage('new')"
>
{{ s__('IssueBoards|Create new board') }}
......
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