Skip to content

Commit

Permalink
Remove expected results from data extract for now (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Sundberg <[email protected]>
  • Loading branch information
seansund authored Sep 13, 2023
1 parent ea98a34 commit d25618e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/DataExtraction/DataExtraction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ const DataExtractionResults = () => {

const headerData: DataTableHeader[] = [
{header: 'Question', key: 'question'},
{header: 'Expected Response', key: 'expectedResponse'},
{header: 'WatsonX Response', key: 'watsonxResponse'}
]

Expand Down

0 comments on commit d25618e

Please sign in to comment.