mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
fix(environments): fix Add Environments button link EE-5616 (#9105)
This commit is contained in:
parent
2eca5e05d4
commit
806e1fdffa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue