Skip to content

Commit 0c037cb

Browse files
committed
Fixed typescript error
1 parent 36e4090 commit 0c037cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/[locale]/dashboard/[entityType]/[entitySlug]/dataset/components/navigate-org-datasets.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const Navigation = ({
1111
url: string;
1212
selected: boolean;
1313
}>;
14-
currentValue: string;
14+
currentValue?: string;
1515
}) => {
1616
const handleTabClick = (url: string) => {
1717
setNavigationTab(url);

0 commit comments

Comments
 (0)