Skip to content

Commit

Permalink
revert name row change
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Sep 11, 2023
1 parent dc9897b commit 0a2d55a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/apps/configuration/utils/name-row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export function NameRow(props: NameRowDeps) {
}}
disabled={props.action === 'edit'}
isInvalid={errors.length > 0}
aria-label="name-text"
/>
</FormRow>
);
Expand Down

0 comments on commit 0a2d55a

Please sign in to comment.