File tree Expand file tree Collapse file tree
packages/react-ui/src/app/features/home/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,9 @@ const HomeOnboardingView = ({
112112 return (
113113 < div className = "flex flex-col gap-6 flex-1" >
114114 { isFinOpsBenchmarkEnabled && (
115- < PermissionGuard permission = { Permission . WRITE_FLOW } >
115+ < PermissionGuard
116+ permission = { [ Permission . WRITE_FLOW , Permission . READ_APP_CONNECTION ] }
117+ >
116118 < FinOpsBenchmarkBanner
117119 variation = { benchmarkVariation }
118120 provider = { benchmarkProvider }
Original file line number Diff line number Diff line change @@ -103,7 +103,9 @@ const HomeOperationalView = ({
103103 ) }
104104
105105 { isFinOpsBenchmarkEnabled && (
106- < PermissionGuard permission = { Permission . WRITE_FLOW } >
106+ < PermissionGuard
107+ permission = { [ Permission . WRITE_FLOW , Permission . READ_APP_CONNECTION ] }
108+ >
107109 < FinOpsBenchmarkBanner
108110 variation = { benchmarkVariation }
109111 provider = { benchmarkProvider }
You can’t perform that action at this time.
0 commit comments