Skip to content

Commit

Permalink
fix: error after changed table mode in overview (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: yaojiping <[email protected]>
  • Loading branch information
yaojp123 and yaojiping authored Dec 14, 2024
1 parent cfdc187 commit a08e33a
Show file tree
Hide file tree
Showing 6 changed files with 641 additions and 704 deletions.
1 change: 1 addition & 0 deletions web/src/components/Overview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ export default forwardRef((props: IProps, ref: any) => {
setSelectedItem(item);
drawRef.current?.open();
}}
parentLoading={loading}
/>
)}
</div>
Expand Down
Loading

0 comments on commit a08e33a

Please sign in to comment.