fix(environments): fix Add Environments button link EE-5616 (#9105)
parent
2eca5e05d4
commit
806e1fdffa
|
@ -91,7 +91,7 @@ export function EnvironmentsDatatable({
|
|||
|
||||
<Button
|
||||
as={Link}
|
||||
props={{ to: 'portainer.environments.new' }}
|
||||
props={{ to: 'portainer.wizard.endpoints' }}
|
||||
icon={Plus}
|
||||
className="!m-0"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue