7383-testToMaster #370

Merged
alexm merged 365 commits from 7383-testToMaster into master 2024-05-14 05:46:56 +00:00
1 changed files with 7 additions and 2 deletions
Showing only changes of commit 72ad524c68 - Show all commits

View File

@ -209,11 +209,16 @@ onUnmounted(() => (stateStore.rightDrawer = false));
<VnInputDate
:label="t('lastEntries.since')"
dense
emit-date
emit-date-format
v-model="from"
class="q-mr-lg"
/>
<VnInputDate :label="t('lastEntries.to')" dense emit-date v-model="to" />
<VnInputDate
:label="t('lastEntries.to')"
dense
emit-date-format
v-model="to"
/>
</div>
<QSpace />
<div id="st-actions"></div>