fix: searchbar redirect
gitea/salix-front/pipeline/head This commit looks good Details
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2024-05-30 10:22:13 +02:00
parent 2cf0a717ac
commit 5799a1121b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "salix-front",
"version": "24.24.2",
"version": "24.24.3",
"description": "Salix frontend",
"productName": "Salix",
"author": "Verdnatura",

View File

@ -21,7 +21,7 @@ const props = defineProps({
searchbarLabel: { type: String, default: '' },
searchbarInfo: { type: String, default: '' },
searchCustomRouteRedirect: { type: String, default: undefined },
searchRedirect: { type: Boolean, default: false },
searchRedirect: { type: Boolean, default: true },
});
const stateStore = useStateStore();