Skip to content
Snippets Groups Projects
Commit cc1a4ee5 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

chore: move show owners next to internal note

internal note and show owners are both admin-controlled.
parent 319cf540
No related branches found
No related tags found
No related merge requests found
Pipeline #3506 passed
......@@ -21,9 +21,9 @@
<ShowMetaSimpleTypes />
<hr class="tw-col-span-3 tw-w-full" />
<ShowMetaArrays />
<ShowMetaOwners />
<hr class="tw-col-span-3 tw-w-full" />
<ShowMetaImages />
<ShowMetaOwners />
</div>
</template>
</b-container>
......
......@@ -2,6 +2,7 @@
<FormGroup
:label="t('showMeta.owners')"
:with-edit-button="isSuperuser"
class="tw-order-last"
@edit="() => modalOwners.show()"
>
<div class="tw-flex tw-flex-wrap tw-gap-2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment