Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Nov 20, 2024
1 parent 25a077c commit 6647a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/packages/core/src/components/Grid/Grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function Grid() {
},
detach: (id) => {
const looker = lookerStore.get(id.description);
looker?.destroy();
looker?.detach();
},
onItemClick: setSample,
retainItems: true,
Expand Down

0 comments on commit 6647a9d

Please sign in to comment.