From 27ba231302ae2698c5f9b6c8d6ed87355d769dda Mon Sep 17 00:00:00 2001 From: Lachlan Heywood Date: Mon, 18 Mar 2024 10:24:20 -0400 Subject: [PATCH] fix(ui): correct classnames after recommended lint change Signed-off-by: Lachlan Heywood --- .../packages/washboard-ui/src/ui/alert-dialog/index.tsx | 2 +- washboard-ui/packages/washboard-ui/src/ui/select/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/washboard-ui/packages/washboard-ui/src/ui/alert-dialog/index.tsx b/washboard-ui/packages/washboard-ui/src/ui/alert-dialog/index.tsx index c8b6568830..3dc37f46e0 100644 --- a/washboard-ui/packages/washboard-ui/src/ui/alert-dialog/index.tsx +++ b/washboard-ui/packages/washboard-ui/src/ui/alert-dialog/index.tsx @@ -34,7 +34,7 @@ const AlertDialogContent = React.forwardRef<