refactor and optimize search, add RQ for search

This commit is contained in:
Daniel D Orlando 2023-04-06 05:47:37 -07:00
parent 3d0bfaef51
commit 61cb2858bb
13 changed files with 71 additions and 102 deletions

View file

@ -3,7 +3,7 @@ import CheckMark from '../svg/CheckMark.jsx';
import { Listbox, Transition } from '@headlessui/react';
import { cn } from '~/utils/';
function SelectDropdown({
function SelectDropDown({
title = 'Model',
value,
disabled,
@ -111,4 +111,4 @@ function SelectDropdown({
);
}
export default SelectDropdown;
export default SelectDropDown;