From d92c4e8f69ec4c7bd5e9ca452c96aa10f016fdc2 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Wed, 31 May 2023 01:34:53 +0200 Subject: [PATCH] Added the placeholder attribute to the TextArea.jsx --- .../src/pages/tools/base64/components/TextArea/TextArea.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/tools/base64/components/TextArea/TextArea.jsx b/client/src/pages/tools/base64/components/TextArea/TextArea.jsx index af6b8e5..41c4955 100644 --- a/client/src/pages/tools/base64/components/TextArea/TextArea.jsx +++ b/client/src/pages/tools/base64/components/TextArea/TextArea.jsx @@ -1,5 +1,5 @@ import "./styles.sass"; -export const TextArea = ({value, onChange, readOnly = false}) => ( -