File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
search-component/src/vanilla
trieve-shopify-extension/app/queries/analytics Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export function renderRecommendationsToDiv(
5858 case "beta" : {
5959 const link = document . createElement ( "link" ) ;
6060 link . rel = "stylesheet" ;
61- link . href = "https://cdn.trieve.ai/beta/search-component/index.css" ;
61+ link . href = "https://cdn.trieve.ai/beta/search-component/index.css" ;
6262 document . head . appendChild ( link ) ;
6363 break ;
6464 }
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export const allChatsQuery = (
9999 type : "topic_queries" ,
100100 page : page ,
101101 topic_events_filter :
102- topic_event_filter && topic_event_filter . event_types ?. length > 0
102+ topic_event_filter && topic_event_filter . event_names ?. length > 0
103103 ? topic_event_filter
104104 : undefined ,
105105 sort_by,
You can’t perform that action at this time.
0 commit comments