From cb496cf389a4f3ae676b8c78d82dd0f1246eee13 Mon Sep 17 00:00:00 2001 From: Manon Bourgognon <manon.bourgognon@epitech.eu> Date: Fri, 19 Feb 2021 10:50:04 +0100 Subject: [PATCH] Add validationMixin ref in solid-delete, s-form --- source/import_documentation/Components/Solid-Delete.rst | 1 + source/import_documentation/Components/Solid-Form.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/source/import_documentation/Components/Solid-Delete.rst b/source/import_documentation/Components/Solid-Delete.rst index 91be84d..44c8733 100644 --- a/source/import_documentation/Components/Solid-Delete.rst +++ b/source/import_documentation/Components/Solid-Delete.rst @@ -16,6 +16,7 @@ Mixins This component uses the following mixin: * :ref:`next-mixin <next-mixin>` + * :ref:`validation-mixin <validation-mixin>` Please check their documentation to know more about its capabilities. diff --git a/source/import_documentation/Components/Solid-Form.rst b/source/import_documentation/Components/Solid-Form.rst index f74fdf6..da988a6 100644 --- a/source/import_documentation/Components/Solid-Form.rst +++ b/source/import_documentation/Components/Solid-Form.rst @@ -17,6 +17,7 @@ Mixins This component uses the following mixins: * :ref:`next-mixin <next-mixin>` * :ref:`store-mixin <store-mixin>` + * :ref:`validation-mixin <validation-mixin>` * :ref:`widget-mixin <widget-mixin>` Please check their documentation to know more about their capabilities. -- GitLab