diff --git a/components/providers/forms/EditForm.tsx b/components/providers/forms/EditForm.tsx index 2b82b7116d..8479aeeabb 100644 --- a/components/providers/forms/EditForm.tsx +++ b/components/providers/forms/EditForm.tsx @@ -57,26 +57,33 @@ export const EditForm = ({ title: "Success!", description: "The provider was updated successfully.", }); + setIsOpen(false); // Close the modal on success } }; return (
+
+ Current alias: {providerAlias} +
+
+ +
-
Current alias: {providerAlias}
- -