diff --git a/src/components/Export.jsx b/src/components/Export.jsx index 72b9f89..8dbd993 100644 --- a/src/components/Export.jsx +++ b/src/components/Export.jsx @@ -17,7 +17,7 @@ export default function ExportButton({ disabled, tablename }) { // Make the API call to the "/export" endpoint const response = await fetch('https://aifuv2.eastus.azurecontainer.io/export?'+ new URLSearchParams({ - table_name: tablename}), { + collection_name: tablename}), { method: 'GET', });