Merged PR 2350: added in count on case status dropdown

added in count on case status dropdown

Related work items: #23447
This commit is contained in:
Robert Bond
2026-05-28 09:02:30 +00:00
parent 905c82f598
commit 24cd7000f7
4 changed files with 147 additions and 15 deletions
+4 -2
View File
@@ -16,7 +16,8 @@ import {
getPartSavedAppeal,
getIsPublishedbyID,
getPortalModuleDetails,
getPortalModuleDetailsProxy
getPortalModuleDetailsProxy,
getCaseStatus
} from "./caseDirectService";
export {
@@ -37,5 +38,6 @@ export {
getPartSavedAppeal,
getIsPublishedbyID,
getPortalModuleDetails,
getPortalModuleDetailsProxy
getPortalModuleDetailsProxy,
getCaseStatus
};