0
0
Fork 0

hotFix: try to fix myEntries

This commit is contained in:
Alex Moreno 2024-07-24 20:52:14 +02:00
parent 3dd6bf8802
commit f0be377951
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ const printBuys = (rowId) => {
:label="t('Search entries')" :label="t('Search entries')"
:info="t('You can search by entry reference')" :info="t('You can search by entry reference')"
/> />
<VnTable data-key="myEntriesList" url="Entries/filter" :columns="columns" /> <VnTable data-key="myEntriesList" url="Entries/filter" :columns="columns" auto-load />
</template> </template>
<i18n> <i18n>