1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

fix(environments): fix Add Environments button link EE-5616 (#9105)

This commit is contained in:
matias-portainer 2023-06-19 17:56:51 -03:00 committed by GitHub
parent 2eca5e05d4
commit 806e1fdffa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
>