Skip to content

Commit

Permalink
Replace redirect url agent-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianogorza committed Dec 15, 2023
1 parent 91a680e commit 740210d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ export const RegisterAgent = compose(
<EuiButtonEmpty
size='s'
href={getCore().application.getUrlForApp(
'endpoints-summary',
endpointSumary.id,
{
path: '#/agents-preview',
path: `#${endpointSumary.redirectTo()}`,
},
)}
iconType='cross'
Expand Down Expand Up @@ -234,9 +234,9 @@ export const RegisterAgent = compose(
fill
color='primary'
href={getCore().application.getUrlForApp(
'endpoints-summary',
endpointSumary.id,
{
path: '#/agents-preview',
path: `#${endpointSumary.redirectTo()}`,
},
)}
>
Expand Down

0 comments on commit 740210d

Please sign in to comment.