Skip to content

Commit bba9954

Browse files
committed
cleanup(searchpage component): improve mobile reliability by always defaulting to file upload
1 parent fa52957 commit bba9954

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

clients/search-component/src/TrieveModal/FilterSidebarComponents.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,6 @@ export const InferenceFiltersForm = ({ steps }: InferenceFiltersFormProps) => {
603603
const input = document.createElement("input");
604604
input.type = "file";
605605
input.accept = "image/*, .heic, .HEIC";
606-
input.capture = "environment";
607606
input.multiple = false;
608607
input.onchange = async (e) => {
609608
stopGeneratingMessage();

0 commit comments

Comments
 (0)