Skip to content

Commit

Permalink
call backend on tab switch
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Leszczynski <[email protected]>
  • Loading branch information
Pawel Leszczynski authored and pawel-big-lebowski committed Dec 12, 2022
1 parent 14eb32c commit 6c6b329
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion web/src/components/datasets/DatasetDetailPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const DatasetDetailPage: FunctionComponent<IProps> = props => {
const i18next = require('i18next')

useEffect(() => {
fetchDataset(props.lineageDataset.namespace, props.lineageDataset.name)
fetchDatasetVersions(props.lineageDataset.namespace, props.lineageDataset.name)
}, [props.lineageDataset.name])

Expand Down
2 changes: 1 addition & 1 deletion web/src/i18n/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ i18next
},
datasets: {
latest_tab: 'LATEST SCHEMA',
history_tab: 'VERSION HISTORY',git
history_tab: 'VERSION HISTORY',
column_lineage: 'COLUMN LINEAGE'
},
datasets_route: {
Expand Down

0 comments on commit 6c6b329

Please sign in to comment.