mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-30 14:39:55 +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) {
|
||||
setPopup({
|
||||
message: "Changed provider suceessfully. Redirecing to embedding page",
|
||||
message: "Changed provider successfully. Redirecting to embedding page",
|
||||
type: "success",
|
||||
});
|
||||
mutate("/api/search-settings/get-secondary-search-settings");
|
||||
|
Reference in New Issue
Block a user