We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3160565 commit 8f46046Copy full SHA for 8f46046
clients/trieve-shopify-extension/app/routes/app._dashboard.settings.tsx
@@ -128,7 +128,7 @@ export const action = async ({ request }: ActionFunctionArgs) => {
128
server_configuration: datasetSettings,
129
});
130
const pdpPrompt = formData.get("pdp_prompt");
131
- if (pdpPrompt && pdpPrompt !== "") {
+ if (pdpPrompt) {
132
await setAppMetafields(fetcher, [
133
{
134
key: "pdp_prompt",
0 commit comments