Skip to content

Commit

Permalink
fix: Default btn position for Svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
agustints committed Jan 17, 2024
1 parent 7d7975f commit 3b20e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-query-devtools/src/Devtools.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
} from '@tanstack/query-devtools'
export let initialIsOpen = false
export let buttonPosition: DevtoolsButtonPosition = 'bottom-left'
export let buttonPosition: DevtoolsButtonPosition = 'bottom-right'
export let position: DevtoolsPosition = 'bottom'
export let client: QueryClient = useQueryClient()
export let errorTypes: Array<DevToolsErrorType> = []
Expand Down

0 comments on commit 3b20e9e

Please sign in to comment.