Upload Dataset Dialog Component

A dialog component for uploading datasets to a project.

Example usage:

<UploadDatasetDialog projectId={1} projectTitle="Sample Project" />

Props

  • props: The properties passed to the UploadDatasetDialog component.

    • props.projectId: The ID of the project to which the dataset will be uploaded.

    • props.projectTitle: The title of the project for display purposes.

Returns

  • JSX.Element - Rendered Upload Dataset Dialog component.