Merge branch 'feature/MS914-refactoring' into develop

This commit is contained in:
Lorenz Padberg 2024-04-11 15:05:00 +02:00
commit 987e1618fa
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const enableFooter = computed(() => {
});
const showCloseButton = computed(() => {
return !Object.keys(route.query).includes('hideCloseButton');
return !(route.query?.hideCloseButton == 'true');
});
const back = () => {