mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-27 12:29:41 +02:00
Small fix for indexing (#78)
This commit is contained in:
@@ -18,7 +18,7 @@ export const submitIndexRequest = async (
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
body: JSON.stringify({ connector_specific_config: values, inputType }),
|
||||
body: JSON.stringify({ connector_specific_config: values, input_type: inputType }),
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user