1
0
Fork 0
mirror of synced 2024-07-02 13:01:09 +12:00

fix view export

This commit is contained in:
Martin McKeaveney 2021-10-07 11:14:36 +01:00
parent a23ba5eb1c
commit 58752cea3e

View file

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