add failure update to ai test status, when testing connection

This commit is contained in:
Amruth Pillai
2026-02-02 01:03:01 +01:00
parent 14ea464c0a
commit 17569d0658
+4
View File
@@ -100,6 +100,10 @@ function AIForm() {
}); });
}, },
onError: (error) => { onError: (error) => {
set((draft) => {
draft.testStatus = "failure";
});
toast.error(error.message); toast.error(error.message);
}, },
}, },