* 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:
trial-danswer
2024-09-24 18:25:46 -07:00
committed by GitHub
parent 48577bf0e4
commit 6b3213b1e4

View File

@@ -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");