Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
Remove unused variable for CI to pass
  • Loading branch information
eschutho authored Sep 16, 2022
1 parent 32a4850 commit a6209a4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ export default function LeftPanel({
const search = useMemo(
() =>
debounce((value: string) => {
const encodeTableName =
value === '' ? undefined : encodeURIComponent(value);
const endpoint = encodeURI(
`/superset/tables/${dbId}/${encodedSchema}/`,
);
Expand Down

0 comments on commit a6209a4

Please sign in to comment.