Skip to content

Commit

Permalink
fix: remove a todo which was wrongly copied and pasted
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengShi-1 committed Nov 4, 2024
1 parent 762b80c commit fc131a4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export function LinkDatasetButton({ dataset }: LinkDatasetButtonProps) {
const { t } = useTranslation('dataset')
const { user } = useSession()
const handleClick = () => {
// TODO - Implement upload files
showModal()
}
const { showModal } = useNotImplementedModal()
Expand Down

0 comments on commit fc131a4

Please sign in to comment.