Commit 6f1f1fb9 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Make sure we're passing the board!

I have no idea where the board was coming from previously
parent 969d64fc
......@@ -14,7 +14,7 @@
#board-app.boards-app{ "v-cloak" => true, data: board_data, ":class" => "{ 'is-compact': detailIssueVisible }" }
.d-none.d-sm-none.d-md-block
= render 'shared/issuable/search_bar', type: :boards
= render 'shared/issuable/search_bar', type: :boards, board: board
.boards-list
.boards-app-loading.text-center{ "v-if" => "loading" }
......
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