Skip to content

Commit

Permalink
improve prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheyenbrock committed Nov 15, 2022
1 parent e4d5df9 commit 1849eed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/graphiql-react/src/editor/context.tsx
Expand Up @@ -174,8 +174,9 @@ export type EditorContextProviderProps = {
*/
initialTabs?: TabDefinition[];
/**
* This prop can be used to defined the initial set of tabs with their queries,
* variables and headers.
* This prop can be used to define the default set of tabs, with their
* queries, variables, and headers. It will be used as default only if
* there is no tab state persisted in storage.
*
* @example
* ```tsx
Expand Down

0 comments on commit 1849eed

Please sign in to comment.