Skip to content

Commit

Permalink
Update the analysis using PlotAnnotated events
Browse files Browse the repository at this point in the history
  • Loading branch information
eabruzzese committed Feb 5, 2025
1 parent 32f229d commit ebe73ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/pages/diagnostics-detail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ const DiagnosticsResource = ({
{plot.analysis && (
<div className="mt-4">
<p className="mt-1 text-gray-500 text-xs">
<strong>Analysis:</strong>
<strong>Analysis: </strong>
{plot.analysis}
</p>
</div>
Expand Down Expand Up @@ -823,6 +823,7 @@ export const DiagnosticsDetailPage = () => {
...prev.resources[event.resource_id].plots,
[event.plot_id]: {
...prev.resources[event.resource_id].plots[event.plot_id],
analysis: event.analysis,
annotations: event.annotations,
},
},
Expand Down

0 comments on commit ebe73ec

Please sign in to comment.