Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
sc420 committed Jan 21, 2024
1 parent 5485042 commit aae1fdc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ const EditableName: FunctionComponent<EditableNameProps> = ({
<Stack direction="row" alignItems="center" justifyContent="space-between">
{isEditing ? (
<TextField
aria-label="editingName"
inputProps={{
"aria-label": "editingName",
}}
size="small"
value={editingName}
onChange={(event) => {
Expand Down

0 comments on commit aae1fdc

Please sign in to comment.