@@ -25,6 +25,8 @@ import ExampleContextProvider from '../ExampleContext';
25
25
import GlobalSetupContextProvider from '../GlobalSetupContext' ;
26
26
import MitigationLinksContextProvider from '../MitigationLinksContext' ;
27
27
import MitigationsContextProvider from '../MitigationsContext' ;
28
+ import ControlLinksContextProvider from '../ControlLinksContext' ;
29
+ import ControlsContextProvider from '../ControlsContext' ;
28
30
import ThreatsContextProvider from '../ThreatsContext' ;
29
31
30
32
export interface WorkspaceContextAggregatorProps extends ViewNavigationEvent {
@@ -51,17 +53,21 @@ const WorkspaceContextInnerAggregator: FC<PropsWithChildren<WorkspaceContextAggr
51
53
>
52
54
< MitigationsContextProvider workspaceId = { workspaceId } >
53
55
< AssumptionsContextProvider workspaceId = { workspaceId } >
54
- < MitigationLinksContextProvider workspaceId = { workspaceId } >
55
- < AssumptionLinksContextProvider workspaceId = { workspaceId } >
56
- < ApplicationInfoContextProvider workspaceId = { workspaceId } >
57
- < ArchitectureInfoContextProvider workspaceId = { workspaceId } >
58
- < DataflowInfoContextProvider workspaceId = { workspaceId } >
59
- { children }
60
- </ DataflowInfoContextProvider >
61
- </ ArchitectureInfoContextProvider >
62
- </ ApplicationInfoContextProvider >
63
- </ AssumptionLinksContextProvider >
64
- </ MitigationLinksContextProvider >
56
+ < ControlsContextProvider workspaceId = { workspaceId } >
57
+ < MitigationLinksContextProvider workspaceId = { workspaceId } >
58
+ < AssumptionLinksContextProvider workspaceId = { workspaceId } >
59
+ < ControlLinksContextProvider workspaceId = { workspaceId } >
60
+ < ApplicationInfoContextProvider workspaceId = { workspaceId } >
61
+ < ArchitectureInfoContextProvider workspaceId = { workspaceId } >
62
+ < DataflowInfoContextProvider workspaceId = { workspaceId } >
63
+ { children }
64
+ </ DataflowInfoContextProvider >
65
+ </ ArchitectureInfoContextProvider >
66
+ </ ApplicationInfoContextProvider >
67
+ </ ControlLinksContextProvider >
68
+ </ AssumptionLinksContextProvider >
69
+ </ MitigationLinksContextProvider >
70
+ </ ControlsContextProvider >
65
71
</ AssumptionsContextProvider >
66
72
</ MitigationsContextProvider >
67
73
</ ThreatsContextProvider >
0 commit comments