We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1046e3c commit d307558Copy full SHA for d307558
packages/graphql-playground-react/src/components/Playground/Tab.tsx
@@ -66,7 +66,7 @@ class Tab extends React.PureComponent<Props & ReduxProps, State> {
66
</Icons>
67
{this.state.editingName ? (
68
<OperationNameInput
69
- value={session.name}
+ value={session.name || ''}
70
onChange={this.handleEditName}
71
onBlur={this.stopEditName}
72
onKeyDown={this.handleKeyDown}
0 commit comments