Merge pull request 'fix: use params.q' (!3025) from use_params_q into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #3025
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Javier Segarra 2024-09-26 12:41:57 +00:00
commit f462a9889d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ export default class App {
getUrl(route, appName = 'lilium') { getUrl(route, appName = 'lilium') {
const index = window.location.hash.indexOf(route.toLowerCase()); const index = window.location.hash.indexOf(route.toLowerCase());
const newRoute = index < 0 ? route : window.location.hash.substring(index); let newRoute = index < 0 ? route : window.location.hash.substring(index);
const env = process.env.NODE_ENV; const env = process.env.NODE_ENV;
const filter = { const filter = {
where: {and: [ where: {and: [