Skip to content

Commit 985c873

Browse files
committed
feat(INTERNAL-1353): requests filters redesign fix
1 parent 0da0063 commit 985c873

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/TeamTreeLayoutWrapper/TeamTreeLayoutWrapper.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export const TeamTreeLayoutWrapper: React.FC<React.PropsWithChildren<TeamTreeLay
4343
const setPartialQueryByKey = useCallback((key: keyof typeof values) => {
4444
return (value?: string[]) => {
4545
setFiltersState((prev) => {
46-
debugger;
4746
return {
4847
...prev,
4948
[key]: value,

0 commit comments

Comments
 (0)