Commit 07765ef3 authored by peterhegman's avatar peterhegman

Fix "Leave this group" button for subgroups listed in group overview

Fix "Leave this group" button for subgroups listed in group overview.

Changelog: fixed
parent 0697e2e6
......@@ -181,7 +181,12 @@ export default {
<gl-badge variant="warning">{{ __('pending removal') }}</gl-badge>
</div>
<div class="metadata d-flex flex-grow-1 flex-shrink-0 flex-wrap justify-content-md-between">
<item-actions v-if="isGroup" :group="group" :parent-group="parentGroup" />
<item-actions
v-if="isGroup"
:group="group"
:parent-group="parentGroup"
:action="action"
/>
<item-stats
:item="group"
class="group-stats gl-mt-2 d-none d-md-flex gl-align-items-center"
......
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