Commit f652062e authored by Kev's avatar Kev

Fix attribute order

parent 4b656f65
......@@ -82,7 +82,7 @@ export default {
<slot v-if="showRightSlot" name="right-content"></slot>
<div class="flex-shrink-0" v-else-if="showActionButtons">
<div v-else-if="showActionButtons" class="flex-shrink-0">
<gl-deprecated-button
v-for="button in actionButtons"
:key="button.title"
......
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