From 0a2d55a1a35be0b3217850348856b0e5f551d989 Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Mon, 11 Sep 2023 15:23:58 -0400 Subject: [PATCH] revert name row change Signed-off-by: Derek Ho --- public/apps/configuration/utils/name-row.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/public/apps/configuration/utils/name-row.tsx b/public/apps/configuration/utils/name-row.tsx index 36f710d4a..7f5ddc9f1 100644 --- a/public/apps/configuration/utils/name-row.tsx +++ b/public/apps/configuration/utils/name-row.tsx @@ -57,7 +57,6 @@ export function NameRow(props: NameRowDeps) { }} disabled={props.action === 'edit'} isInvalid={errors.length > 0} - aria-label="name-text" /> );