fix view export

This commit is contained in:
Martin McKeaveney 2021-10-07 11:14:36 +01:00
parent 399b6ba327
commit ff7683bb0b
1 changed files with 1 additions and 1 deletions

View File

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