From e4d18518c42cde139f054960f30867e31a0abde4 Mon Sep 17 00:00:00 2001 From: pplancq Date: Mon, 20 Jan 2025 15:50:49 +0100 Subject: [PATCH] fix(slash): update use button with new props --- slash/react/src/Form/File/File.tsx | 7 +++---- .../Form/File/__tests__/__snapshots__/File.spec.tsx.snap | 4 ++-- .../File/__tests__/__snapshots__/FileInput.spec.tsx.snap | 4 ++-- slash/react/src/ModalAgent/BooleanModal.tsx | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/slash/react/src/Form/File/File.tsx b/slash/react/src/Form/File/File.tsx index d0b664bf2..13471c9eb 100644 --- a/slash/react/src/Form/File/File.tsx +++ b/slash/react/src/Form/File/File.tsx @@ -116,13 +116,12 @@ const File = ({
{placeholder}
); diff --git a/slash/react/src/Form/File/__tests__/__snapshots__/File.spec.tsx.snap b/slash/react/src/Form/File/__tests__/__snapshots__/File.spec.tsx.snap index 8313715b3..2f642ca54 100644 --- a/slash/react/src/Form/File/__tests__/__snapshots__/File.spec.tsx.snap +++ b/slash/react/src/Form/File/__tests__/__snapshots__/File.spec.tsx.snap @@ -25,13 +25,13 @@ exports[` > renders File.File correctly 1`] = ` diff --git a/slash/react/src/Form/File/__tests__/__snapshots__/FileInput.spec.tsx.snap b/slash/react/src/Form/File/__tests__/__snapshots__/FileInput.spec.tsx.snap index 4e1e43a09..eb373c0f9 100644 --- a/slash/react/src/Form/File/__tests__/__snapshots__/FileInput.spec.tsx.snap +++ b/slash/react/src/Form/File/__tests__/__snapshots__/FileInput.spec.tsx.snap @@ -44,13 +44,13 @@ exports[` > renders FileInput correctly 1`] = ` diff --git a/slash/react/src/ModalAgent/BooleanModal.tsx b/slash/react/src/ModalAgent/BooleanModal.tsx index f56b5dcd3..0ac85310e 100644 --- a/slash/react/src/ModalAgent/BooleanModal.tsx +++ b/slash/react/src/ModalAgent/BooleanModal.tsx @@ -59,7 +59,7 @@ const BooleanModal = forwardRef( /> {children}