Skip to content

Commit 6c6b329

Browse files
Pawel Leszczynskipawel-big-lebowski
authored andcommitted
call backend on tab switch
Signed-off-by: Pawel Leszczynski <leszczynski.pawel@gmail.com>
1 parent 14eb32c commit 6c6b329

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

web/src/components/datasets/DatasetDetailPage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ const DatasetDetailPage: FunctionComponent<IProps> = props => {
8181
const i18next = require('i18next')
8282

8383
useEffect(() => {
84-
fetchDataset(props.lineageDataset.namespace, props.lineageDataset.name)
8584
fetchDatasetVersions(props.lineageDataset.namespace, props.lineageDataset.name)
8685
}, [props.lineageDataset.name])
8786

web/src/i18n/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ i18next
5757
},
5858
datasets: {
5959
latest_tab: 'LATEST SCHEMA',
60-
history_tab: 'VERSION HISTORY',git
60+
history_tab: 'VERSION HISTORY',
6161
column_lineage: 'COLUMN LINEAGE'
6262
},
6363
datasets_route: {

0 commit comments

Comments
 (0)