Merge branch 'feature/MS914-refactoring' into develop
This commit is contained in:
commit
987e1618fa
|
|
@ -36,7 +36,7 @@ const enableFooter = computed(() => {
|
||||||
});
|
});
|
||||||
|
|
||||||
const showCloseButton = computed(() => {
|
const showCloseButton = computed(() => {
|
||||||
return !Object.keys(route.query).includes('hideCloseButton');
|
return !(route.query?.hideCloseButton == 'true');
|
||||||
});
|
});
|
||||||
|
|
||||||
const back = () => {
|
const back = () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue