FIX: adds auto-route to avoid losing queryParams on successive clicks

This commit is contained in:
Joffrey JAFFEUX 2019-03-28 11:35:46 +01:00 committed by GitHub
parent e84b0a5bb6
commit bfda9d3b50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,8 @@ customHeaderLinks.split("|").map(i => {
{
href: linkHref,
title: linkTitle,
target: linkTarget
target: linkTarget,
attributes: { "data-auto-route": "true" }
},
linkText
)