1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

fix view export

This commit is contained in:
Martin McKeaveney 2021-10-07 11:14:36 +01:00
parent 399b6ba327
commit ff7683bb0b

View file

@ -68,5 +68,5 @@
{/if}
<ManageAccessButton resourceId={decodeURI(name)} />
<HideAutocolumnButton bind:hideAutocolumns />
<ExportButton {view} />
<ExportButton view={view.name} />
</Table>