Skip to content

Commit 56b94d7

Browse files
drew-harrisskeptrunedev
authored andcommitted
fix: global component install single theme check
1 parent 46e36a3 commit 56b94d7

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
@@ -195,7 +195,7 @@ export const singleThemeGlobalComponentInstallQuery = (
195195
`#graphql
196196
query GetStoreThemes($themeId:ID!) {
197197
theme(id: $themeId) {
198-
files(filenames: ["templates/product.json"]) {
198+
files(filenames: ["config/settings_data.json"]) {
199199
edges {
200200
node {
201201
body {

0 commit comments

Comments
 (0)