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
@@ -101,8 +101,8 @@ function ItemElement ({item}){
101
101
letextraInfo=""
102
102
if(num===0){
103
103
extraInfo=<>
104
-
<div>if you haven't done it already, Go to <NavLinkto={`/${organization}/${dataProduct}/openai_configuration`}className={"mr-1"}>Open AI configuration </NavLink> page
105
-
to add a graphql query and an handlebars template for every Document you would like to index</div></>
104
+
<div>If not already configured, Go to <NavLinkto={`/${organization}/${dataProduct}/openai_configuration`}className={"mr-1"}>Open AI configuration </NavLink> page
105
+
and add a GraphQL query and a Handlebars template for each document you would like to index.</div></>
0 commit comments