Hide the list table when no apps

This commit is contained in:
Girish Ramakrishnan
2025-09-25 10:07:06 +02:00
parent 95109ef9b0
commit b6b9c2a843
+1 -1
View File
@@ -295,7 +295,7 @@ onUnmounted(() => {
</a>
</TransitionGroup>
<div class="list" v-if="viewType === VIEW_TYPE.LIST">
<div class="list" v-if="viewType === VIEW_TYPE.LIST && apps.length !== 0">
<TableView :columns="listColumns" :model="filteredApps">
<template #icon="app">