Skip to content

Commit e0e6732

Browse files
cdxkerskeptrunedev
authored andcommitted
bugfix: modify onboarding query to get as many themes as possible
1 parent 2fb8255 commit e0e6732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clients/trieve-shopify-extension/app/queries/onboarding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const themeListQuery = (fetcher: AdminApiCaller) => {
8484
const result = await fetcher(
8585
`#graphql
8686
query GetStoreThemes {
87-
themes(first:50){
87+
themes(first:250){
8888
nodes{
8989
name
9090
prefix

0 commit comments

Comments
 (0)