Skip to content

Commit

Permalink
fix: drag&drop bug with ungrouped
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-xyz committed Jun 19, 2024
1 parent 59a397f commit 59e691c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rendered/hooks/useGroups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ export const useGroups = create<State & Actions>((set, get) => ({

const groupIds = groups.map(({ id }) => id);

console.log(groups, groupIds);

useGroups.setState({ groupIds, groups });
})();

Expand Down

0 comments on commit 59e691c

Please sign in to comment.