diff --git a/public/general_components/results/results_json.tsx b/public/general_components/results/results_json.tsx index 8cc18f5e..e2000c5f 100644 --- a/public/general_components/results/results_json.tsx +++ b/public/general_components/results/results_json.tsx @@ -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 ( diff --git a/public/general_components/results/results_table.tsx b/public/general_components/results/results_table.tsx index 3c53a18b..d423dbd5 100644 --- a/public/general_components/results/results_table.tsx +++ b/public/general_components/results/results_table.tsx @@ -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<{