We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd9aaa commit 066cbb0Copy full SHA for 066cbb0
src/ui/layouts/stackComponents/Component.tsx
@@ -26,7 +26,7 @@ const Component = () => {
26
const [selectedComp, setSelectedComp] = useState(
27
window.location.href.split('/')[6],
28
);
29
- const [search, setSearch] = useState('');
+ // const [search, setSearch] = useState('');
30
31
useEffect(() => {
32
dispatch(stackComponentsActions.getTypes());
0 commit comments