misc: updated success notif

This commit is contained in:
Sheen Capadngan
2025-07-02 02:18:04 +08:00
parent 8aa26b77ed
commit 7134e1dc66

View File

@@ -185,7 +185,7 @@ export const EnvironmentPageForm = () => {
createNotification({
type: "success",
text: "Environment overrides updated successfully"
text: "Environment overrides updated successfully. It can take up to 5 minutes to take effect."
});
reset(formData);