Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Aug 14, 2024
1 parent f5e774a commit ef3e653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/shaggy-rice-doubt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'graphiql': minor
---

remove `id="graphiql-session-tab-{index}"` and `id="graphiql-session"` html attributes
remove `id="graphiql-session"` html attribute
1 change: 1 addition & 0 deletions packages/graphiql/src/components/GraphiQL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,7 @@ export function GraphiQLInterface(props: GraphiQLInterfaceProps) {
>
<Tab.Button
aria-controls="graphiql-session"
id={`graphiql-session-tab-${index}`}
title={tab.title}
onClick={() => {
executionContext.stop();
Expand Down

0 comments on commit ef3e653

Please sign in to comment.