fix: #7136 default where value as object
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-05-28 13:13:24 +02:00
parent 81a6f8b2eb
commit 31d2ad6643
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const $props = defineProps({
},
where: {
type: Object,
default: null,
default: () => {},
},
sortBy: {
type: String,