Skip to content

Commit

Permalink
Howd this get in here
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed May 9, 2023
1 parent f613089 commit 36c2b56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion apps/web/src/components/richSelectField.tsx
Expand Up @@ -441,7 +441,7 @@ export default ({
{visibleValues.length > 0 &&
visibleValues.length < targetOptions &&
multiple && (
<Chip as={motion.div} onClick={() => setDialogOpen(true)}>
<Chip onClick={() => setDialogOpen(true)}>
<PlusIcon className="text-peated w-6 h-6" />
</Chip>
)}
Expand Down
30 changes: 0 additions & 30 deletions apps/web/src/hooks/useMediaDevices.tsx

This file was deleted.

0 comments on commit 36c2b56

Please sign in to comment.