Commit 7174eeec authored by Axel García's avatar Axel García

Reorder items on swimlanes sidebar

parent d3136364
......@@ -56,12 +56,12 @@ export default {
<template>
<board-assignee-dropdown />
<board-sidebar-epic-select />
<board-sidebar-milestone-select />
<board-sidebar-time-tracker class="swimlanes-sidebar-time-tracker" />
<board-sidebar-weight-input v-if="glFeatures.issueWeights" />
<board-sidebar-labels-select />
<board-sidebar-due-date />
<board-sidebar-labels-select />
<board-sidebar-weight-input v-if="glFeatures.issueWeights" />
<board-sidebar-subscription />
<board-sidebar-milestone-select />
</template>
</gl-drawer>
</template>
---
title: Reorder items on swimlanes sidebar
merge_request: 49877
author:
type: changed
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