7525-devToTest #419

Merged
alexm merged 177 commits from 7525-devToTest into test 2024-06-04 08:06:27 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5799a1121b - Show all commits

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();