Skip to content

Commit

Permalink
fix: dataset upload
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Dec 6, 2023
1 parent ede7f5c commit 5c83af9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/components/modals/DatasetUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ const DatasetUploadModal: React.FC<DatasetUploadDialogProps> = ({
const handleOnClose = () => {
setFileValue(undefined);
setActiveStep(0);
// setSelectedFolder(homeFolder);
setFileUploadError(undefined);
setIsBusy(false);
reset();
Expand Down

0 comments on commit 5c83af9

Please sign in to comment.