From b2cb7f80c9728bcb20e3fec92a1c1a18de5c3806 Mon Sep 17 00:00:00 2001 From: Sylvain Lehmann <sylvain@lehmann.dev> Date: Wed, 2 Nov 2022 10:17:12 +0100 Subject: [PATCH] fix: solid form save event not sent on error --- source/import_documentation/Components/Solid-Form.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/import_documentation/Components/Solid-Form.rst b/source/import_documentation/Components/Solid-Form.rst index 6396571..90bc1fe 100644 --- a/source/import_documentation/Components/Solid-Form.rst +++ b/source/import_documentation/Components/Solid-Form.rst @@ -217,4 +217,4 @@ Events ``save`` ~~~~~~~~~~~~~~ - Triggered when the response of the submit has been received (successfull or not) + Triggered when the response of the submit has been received successfully -- GitLab