|
@@ -26,7 +26,7 @@ type SearchQuery = Partial<Omit<QcItemResult, "id">>; |
|
|
type SearchParamNames = keyof SearchQuery; |
|
|
type SearchParamNames = keyof SearchQuery; |
|
|
|
|
|
|
|
|
const QcItemSearch: React.FC<Props> = ({ qcItems }) => { |
|
|
const QcItemSearch: React.FC<Props> = ({ qcItems }) => { |
|
|
const { t } = useTranslation("qcItems"); |
|
|
|
|
|
|
|
|
const { t } = useTranslation("qcItem"); |
|
|
const router = useRouter(); |
|
|
const router = useRouter(); |
|
|
const pathname = usePathname(); |
|
|
const pathname = usePathname(); |
|
|
|
|
|
|
|
|