Skip to content

Commit

Permalink
remove one comment
Browse files Browse the repository at this point in the history
Signed-off-by: Eric <[email protected]>
  • Loading branch information
mengweieric committed Feb 6, 2024
1 parent f29cf5a commit 7cb9dfd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ export const Sidebar: FC = ({ children }) => {
const showModal = useCallback(

Check warning on line 133 in src/plugins/data_explorer/public/components/sidebar/index.tsx

View check run for this annotation

Codecov / codecov/patch

src/plugins/data_explorer/public/components/sidebar/index.tsx#L133

Added line #L133 was not covered by tests
(dsName: string, dsType: string) => {
setModalContent(getRedirectModal(dsName, dsType));

Check warning on line 135 in src/plugins/data_explorer/public/components/sidebar/index.tsx

View check run for this annotation

Codecov / codecov/patch

src/plugins/data_explorer/public/components/sidebar/index.tsx#L135

Added line #L135 was not covered by tests
// setIsModalVisible(true);
},
[setModalContent, getRedirectModal]
);
Expand Down

0 comments on commit 7cb9dfd

Please sign in to comment.