mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-09 20:55:06 +02:00
fix typo (#2543)
* fix typo * Update EmbeddingFormPage.tsx --------- Co-authored-by: danswer-trial <danswer-trial@danswer-trials-MacBook-Pro.local> Co-authored-by: rkuo-danswer <rkuo@danswer.ai>
This commit is contained in:
@@ -228,7 +228,7 @@ export default function EmbeddingForm() {
|
|||||||
|
|
||||||
if (response.ok) {
|
if (response.ok) {
|
||||||
setPopup({
|
setPopup({
|
||||||
message: "Changed provider suceessfully. Redirecing to embedding page",
|
message: "Changed provider successfully. Redirecting to embedding page",
|
||||||
type: "success",
|
type: "success",
|
||||||
});
|
});
|
||||||
mutate("/api/search-settings/get-secondary-search-settings");
|
mutate("/api/search-settings/get-secondary-search-settings");
|
||||||
|
Reference in New Issue
Block a user