Skip to content

Commit

Permalink
[Fix][UI] Fix Click Metadata Management on the Data Source list page …
Browse files Browse the repository at this point in the history
…to call the interface indefinitely
  • Loading branch information
zeno.zuo committed Dec 7, 2023
1 parent 6163e44 commit d305eae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions datavines-ui/src/view/Main/Home/List/MetaDataFetcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ const Index: React.FC<IndexProps> = ({datasourceId, onSavaEnd}) => {
getData();
});

useEffect(() =>{
getData();
})

const onChange = ({ current, pageSize }: any) => {
setPageParams({
pageNumber: current,
Expand Down

0 comments on commit d305eae

Please sign in to comment.