Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 774b4cd

Browse files
committed
make metabaseDeletedAt optional
1 parent 804d54f commit 774b4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dataproducts/exploreLink.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface ExploreLinkProps {
1717
remove?: (datasetID: string) => void
1818
isOwner?: boolean
1919
mappings?: MappingService[]
20-
metabaseDeletedAt: string | null
20+
metabaseDeletedAt?: string | null
2121
}
2222

2323
export const ExploreLink = ({

0 commit comments

Comments
 (0)