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

Commit a86a0fb

Browse files
committed
fix typo that keeps metabase link spinning
1 parent 6d7b9d4 commit a86a0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dataproducts/explore.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const Explore = ({ dataproductId, dataset, isOwner }: ExploreProps) => {
4343
}
4444

4545
const datasource = dataset.datasource
46-
const metabaseUrl = dataset.meatabaseUrl
46+
const metabaseUrl = dataset.metabaseUrl
4747
const mappings = dataset.mappings
4848
const bigQueryUrl = `https://console.cloud.google.com/bigquery?d=${datasource.dataset}&t=${datasource.table}&p=${datasource.projectID}&page=table`
4949

0 commit comments

Comments
 (0)