|
@@ -438,7 +438,7 @@ const Collections = () => {
|
|
params: {
|
|
params: {
|
|
component: (
|
|
component: (
|
|
<ImportSampleDialog
|
|
<ImportSampleDialog
|
|
- collection={row.collection_name}
|
|
|
|
|
|
+ collection={row}
|
|
cb={async (collectionName: string) => {
|
|
cb={async (collectionName: string) => {
|
|
setTimeout(async () => {
|
|
setTimeout(async () => {
|
|
await fetchCollection(collectionName);
|
|
await fetchCollection(collectionName);
|