Revert inputProps things
This commit is contained in:
parent
1251a4adab
commit
b7c121e78e
7 changed files with 33 additions and 22 deletions
|
@ -241,6 +241,8 @@ const DisplayNameDialog = (props) => {
|
|||
inputProps={{
|
||||
maxLength: 64,
|
||||
"aria-label": t("display_name_dialog_placeholder"),
|
||||
}}
|
||||
InputProps={{
|
||||
endAdornment: (
|
||||
<InputAdornment position="end">
|
||||
<IconButton onClick={() => setDisplayName("")} edge="end">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue