Skip to content

Commit 54a9905

Browse files
committed
feat: reformatting
1 parent d897d1a commit 54a9905

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

frontend/libs/portal/components/projects/projectsDetail/TabProjectChildrenStatistics.vue

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,17 @@ onMounted(async () => {
6363
<slot></slot>
6464
</template>
6565
<template #table>
66-
<div ref="tableUserManagement" class="flex flex-col h-full overflow-hidden">
67-
<div class="mb-2 flex flex-wrap items-center gap-2 flex-shrink-0">
66+
<div ref="tableUserManagement" class="flex h-full flex-col overflow-hidden">
67+
<div class="mb-2 flex flex-shrink-0 flex-wrap items-center gap-2">
6868
<v-spacer></v-spacer>
6969
<DSearchField v-model="search" class="ml-auto" />
7070
</div>
71-
<GridSPDXList
71+
<GridSPDXList
7272
class="flex-1 overflow-hidden"
73-
:projects="filteredProjects"
74-
:channels="projectModel.versions"
75-
showSbomExtras
76-
showSupplier
77-
/>
73+
:projects="filteredProjects"
74+
:channels="projectModel.versions"
75+
showSbomExtras
76+
showSupplier />
7877
</div>
7978
</template>
8079
</TableLayout>

0 commit comments

Comments
 (0)