Skip to content

Commit

Permalink
Delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianogorza committed Dec 11, 2023
1 parent ce55140 commit 23809b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export const RegisterAgent = compose(
{ text: endpointSumary.title, href: `#${endpointSumary.redirectTo()}` },
{ text: 'Deploy new agent' },
]),
// withUserAuthorizationPrompt([[{ action: 'agent:read', resource: 'agent:group:*' }]])
)(() => {
const configuration = useSelector(
(state: { appConfig: { data: any } }) => state.appConfig.data,
Expand Down

0 comments on commit 23809b6

Please sign in to comment.