|
|
@ -176,7 +176,7 @@ export class SessionClosableOverlay extends React.Component<Props, State> {
|
|
|
|
value={this.state.groupName}
|
|
|
|
value={this.state.groupName}
|
|
|
|
maxLength={window.CONSTANTS.MAX_GROUPNAME_LENGTH}
|
|
|
|
maxLength={window.CONSTANTS.MAX_GROUPNAME_LENGTH}
|
|
|
|
onChange={this.onGroupNameChanged}
|
|
|
|
onChange={this.onGroupNameChanged}
|
|
|
|
onPressEnter={onButtonClick ?? onButtonClick()}
|
|
|
|
onPressEnter={() => onButtonClick(this.state.groupName)}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
) : (
|
|
|
|
) : (
|
|
|
|