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 3bf8896 commit 62661e9Copy full SHA for 62661e9
clients/trieve-shopify-extension/app/components/analytics/recommendations/AllRecommendationsTable.tsx
@@ -353,7 +353,6 @@ export const AllRecommendationsTable = () => {
353
page={page}
354
setPage={setPage}
355
label="Recommendations"
356
- tooltipContent="View and filter all your recommendations."
357
tableHeadings={[
358
{
359
heading: "Positive Tracking IDs",
@@ -374,7 +373,6 @@ export const AllRecommendationsTable = () => {
374
373
{ heading: "Results", tooltip: "The number of results returned" },
375
]}
376
hasNext={data?.queries.length == 10}
377
- tabs={tabs}
378
filters={shopifyFilters}
379
query={query}
380
setQuery={setQuery}
0 commit comments