Skip to content

Commit

Permalink
updates for preview modal
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalal6 committed Nov 12, 2024
1 parent 14b1846 commit d707692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client-app/src/components/DraftOrcaDashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ const DraftOrcaDashboard = () => {
}

const data = {
file_path: fileName.toString(),
file_path: filePath.toString(),
search_terms: searchTerms,
sections: sections,
//specify_lines: specifyLines.join(","),
specify_lines: 'First 5',
//specify_lines: specifyLines.join(","),
};

axios
Expand Down

0 comments on commit d707692

Please sign in to comment.