Commit 9f0eb115 authored by Clement Ho's avatar Clement Ho

Merge branch 'winh-board_form-showPage-ee' into 'master'

Use existing showPage() from BoardsStoreEE in BoardForm

See merge request gitlab-org/gitlab-ee!13243
parents a1a49158 7a890d78
......@@ -192,7 +192,7 @@ export default {
}
},
cancel() {
boardsStore.state.currentPage = '';
boardsStore.showPage('');
},
resetFormState() {
if (this.isNewForm) {
......
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