|
|
@ -100,7 +100,6 @@ export class UpdateGroupNameDialog extends React.Component<Props, State> {
|
|
|
|
<SpacerMD />
|
|
|
|
<SpacerMD />
|
|
|
|
|
|
|
|
|
|
|
|
{isAdmin ? (
|
|
|
|
{isAdmin ? (
|
|
|
|
<>
|
|
|
|
|
|
|
|
<input
|
|
|
|
<input
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
className="profile-name-input"
|
|
|
|
className="profile-name-input"
|
|
|
@ -112,7 +111,6 @@ export class UpdateGroupNameDialog extends React.Component<Props, State> {
|
|
|
|
aria-required={true}
|
|
|
|
aria-required={true}
|
|
|
|
autoFocus={true}
|
|
|
|
autoFocus={true}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</>
|
|
|
|
|
|
|
|
) : null}
|
|
|
|
) : null}
|
|
|
|
|
|
|
|
|
|
|
|
<div className="session-modal__button-group">
|
|
|
|
<div className="session-modal__button-group">
|
|
|
|