We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14eb32c commit 6c6b329Copy full SHA for 6c6b329
2 files changed
web/src/components/datasets/DatasetDetailPage.tsx
@@ -81,7 +81,6 @@ const DatasetDetailPage: FunctionComponent<IProps> = props => {
81
const i18next = require('i18next')
82
83
useEffect(() => {
84
- fetchDataset(props.lineageDataset.namespace, props.lineageDataset.name)
85
fetchDatasetVersions(props.lineageDataset.namespace, props.lineageDataset.name)
86
}, [props.lineageDataset.name])
87
web/src/i18n/config.ts
@@ -57,7 +57,7 @@ i18next
57
},
58
datasets: {
59
latest_tab: 'LATEST SCHEMA',
60
- history_tab: 'VERSION HISTORY',git
+ history_tab: 'VERSION HISTORY',
61
column_lineage: 'COLUMN LINEAGE'
62
63
datasets_route: {
0 commit comments