Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Dec 10, 2024
1 parent 49d22a8 commit 97b8cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions public/general_components/results/results_json.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ interface ResultsJSONProps {
}

/**
* Small component to render the raw search response. Grows to fill
* the parent container by setting 100% width/height.
* Small component to render the raw search response.
*/
export function ResultsJSON(props: ResultsJSONProps) {
return (
Expand Down
2 changes: 1 addition & 1 deletion public/general_components/results/results_table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interface ResultsTableProps {

/**
* Small component to display a list of search results with pagination.
* Wrapped in a flexible panel with overflow handling.
* Can expand each entry to view the full _source response
*/
export function ResultsTable(props: ResultsTableProps) {
const [itemIdToExpandedRowMap, setItemIdToExpandedRowMap] = useState<{
Expand Down

0 comments on commit 97b8cc2

Please sign in to comment.