From 683af37d57f4551ae6c2bed6e08df214a8e2d3ea Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Thu, 24 Aug 2023 11:51:36 +0100 Subject: [PATCH] @uppy/dashboard: when showAddFilesPanel is true, aria-hidden should be the opposite (#4643) When showAddFilesPanel is true, aria-hidden should be the opposite --- packages/@uppy/dashboard/src/components/AddFilesPanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@uppy/dashboard/src/components/AddFilesPanel.jsx b/packages/@uppy/dashboard/src/components/AddFilesPanel.jsx index 0a37e3558..1dbf03275 100644 --- a/packages/@uppy/dashboard/src/components/AddFilesPanel.jsx +++ b/packages/@uppy/dashboard/src/components/AddFilesPanel.jsx @@ -7,7 +7,7 @@ const AddFilesPanel = (props) => {