Skip to content

Commit ce3d455

Browse files
committed
fix tab renaming
1 parent 4246026 commit ce3d455

File tree

1 file changed

+1
-2
lines changed
  • packages/graphql-playground-react/src/components/Playground

1 file changed

+1
-2
lines changed

packages/graphql-playground-react/src/components/Playground/Tab.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ import * as React from 'react'
22
import Icon from 'graphcool-styles/dist/components/Icon/Icon'
33
import { $v } from 'graphcool-styles'
44
import { connect } from 'react-redux'
5-
import { closeTab, selectTab } from '../../state/sessions/actions'
5+
import { closeTab, selectTab, editName } from '../../state/sessions/actions'
66
import * as cn from 'classnames'
77
import { Session } from '../../state/sessions/reducers'
8-
import { editName } from '../../lib'
98
import AutosizeInput from 'react-input-autosize'
109

1110
export interface Props {

0 commit comments

Comments
 (0)