Skip to content

Commit

Permalink
fix(query-devtools): Added missing type="button" on DevTools-button (
Browse files Browse the repository at this point in the history
…#8016)

Co-authored-by: Dominik Dorfmeister <[email protected]>
  • Loading branch information
Svish and TkDodo committed Sep 8, 2024
1 parent 49bfe68 commit 5cb0bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/query-devtools/src/Devtools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ export const Devtools: Component<DevtoolsPanelProps> = (props) => {
<TanstackLogo />
</div>
<button
type="button"
aria-label="Open Tanstack query devtools"
onClick={() => props.setLocalStore('open', 'true')}
class="tsqd-open-btn"
Expand Down

0 comments on commit 5cb0bd4

Please sign in to comment.