1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: add the page reference in the export file name, closes #772

This commit is contained in:
2024-03-25 09:08:30 +01:00
parent 62e3115860
commit 2064294119
3 changed files with 8 additions and 1 deletions

View File

@@ -202,6 +202,7 @@
v-if="results"
ref="queryTable"
:results="results"
:page="page"
:tab-uid="tabUid"
:conn-uid="connection.uid"
:is-selected="isSelected"