Skip to content

Commit

Permalink
don't refetch on search change
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Jun 24, 2024
1 parent bb1367d commit 8d0767d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nextapp/components/namespace-menu/namespace-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const NamespaceMenu: React.FC<NamespaceMenuProps> = ({
};
const handleSearchChange = (value: string) => {
setSearch(value);
handleRefresh();
};

const currentNamespace = useCurrentNamespace();
Expand Down

0 comments on commit 8d0767d

Please sign in to comment.