You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tdb-dashboard/src/pages/IndexingActionMonitor.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -100,8 +100,8 @@ function ItemElement ({item}){
100
100
letextraInfo=""
101
101
if(num===0){
102
102
extraInfo=<>
103
-
<div>if you haven't done it already, Go to <NavLinkto={`/${organization}/${dataProduct}/openai_configuration`}className={"mr-1"}>Open AI configuration </NavLink> page
104
-
to add a graphql query and an handlebars template for every Document you would like to index</div></>
103
+
<div>If not already configured, Go to <NavLinkto={`/${organization}/${dataProduct}/openai_configuration`}className={"mr-1"}>Open AI configuration </NavLink> page
104
+
and add a GraphQL query and a Handlebars template for each document you would like to index.</div></>
0 commit comments