Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Nov 5, 2024
1 parent 3ef46ae commit 74f29e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const BaseModelTransfer = <TModel extends DisplayableModel>(
{ selected, onChange, query, ...transferProps }: ModelTransferProps<TModel>,
ref: React.Ref<ImperativeRef>
) => {
console.log(selected, 'selected')
const queryFn = useBoundResourceQueryFn()
const [searchTerm, setSearchTerm] = useState('')

Expand Down

0 comments on commit 74f29e1

Please sign in to comment.