0
0
Fork 0

hotFix: try to fix myEntries

This commit is contained in:
Alex Moreno 2024-07-24 20:14:45 +02:00
parent 3d6ba060c2
commit 68c4c93f9f
1 changed files with 2 additions and 3 deletions

View File

@ -91,10 +91,9 @@ const columns = computed(() => [
url="Entries/filter"
:columns="columns"
default-mode="card"
:right-search="true"
auto-load
>
<template #moreFilterPanel="{ params }">
<!-- <template #moreFilterPanel="{ params }">
<VnInput
:label="t('globals.daysOnward')"
v-model="params.days"
@ -103,7 +102,7 @@ const columns = computed(() => [
filled
outlined
></VnInput>
</template>
</template> -->
</VnTable>
</template>