Skip to content

Commit

Permalink
Update assets/router/RouterRenderer.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Orka Arnest CRUZE <33525693+ocruze@users.noreply.github.com>
  • Loading branch information
cbrousseau1 and ocruze authored Jan 7, 2025
1 parent 6643f4c commit 2e2a8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/router/RouterRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const RouterRenderer: FC = () => {
case "datastore_stored_data_details":
return <StoredDataDetails datastoreId={route.params.datastoreId} storedDataId={route.params.storedDataId} />;
case "datastore_upload_details":
return <UploadReport datastoreId={route.params.datastoreId} uploadDataId={route.params.uploadDataId} />;
return <UploadDetails datastoreId={route.params.datastoreId} uploadId={route.params.uploadId} />;
case "datastore_wfs_service_new":
return <WfsServiceForm datastoreId={route.params.datastoreId} vectorDbId={route.params.vectorDbId} />;
case "datastore_wfs_service_edit":
Expand Down

0 comments on commit 2e2a8e8

Please sign in to comment.