Skip to content

Commit 7966cc7

Browse files
committed
Fix typescript typo
1 parent bad19a3 commit 7966cc7

File tree

1 file changed

+1
-1
lines changed
  • apps/web/src/app/(private)/datasets/[datasetId]/DatasetDetailTable

1 file changed

+1
-1
lines changed

apps/web/src/app/(private)/datasets/[datasetId]/DatasetDetailTable/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function DatasetBlankSlate({
4545
onClick,
4646
isCreating,
4747
}: {
48-
onClick: () => Promise<void>
48+
onClick: () => void
4949
isCreating: boolean
5050
}) {
5151
return (

0 commit comments

Comments
 (0)