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

pull/9107/head
matias-portainer 1 year ago committed by GitHub
parent 2eca5e05d4
commit 806e1fdffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save