fix empty category
This commit is contained in:
@@ -272,7 +272,7 @@ onMounted(async () => {
|
|||||||
<span v-if="categories.length == 0" class="card">Looks like you have no created categories yet. <router-link
|
<span v-if="categories.length == 0" class="card">Looks like you have no created categories yet. <router-link
|
||||||
to="/categories/create" class="!text-blue-400">Try to create some first.</router-link></span>
|
to="/categories/create" class="!text-blue-400">Try to create some first.</router-link></span>
|
||||||
|
|
||||||
<div v-else class="flex flex-col w-full justify-items-start gap-1 ">
|
<div v-else class="flex flex-col w-full justify-items-start gap-1 pb-4">
|
||||||
<ConfirmDialog
|
<ConfirmDialog
|
||||||
v-if="isDeleteAlertVisible"
|
v-if="isDeleteAlertVisible"
|
||||||
:message="deleteAlertMessage"
|
:message="deleteAlertMessage"
|
||||||
|
|||||||
Reference in New Issue
Block a user