Merged PR 2480: update status from page load not state

update status from page load not state

Related work items: #24297
This commit is contained in:
Robert Bond
2026-07-15 16:43:43 +00:00
parent 95486f0164
commit e2897e511f
2 changed files with 13 additions and 41 deletions
+4 -1
View File
@@ -2032,7 +2032,10 @@ const CaseSummary = (props) => {
}
id="case-status"
>
<StatusDetails />
<StatusDetails
searchResultsObj={props.searchResultsObj}
searchDetailsObj={props.searchDetailsObj}
/>
</div>
</div>
</div>