fix: #7136 default where value as object
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
81a6f8b2eb
commit
31d2ad6643
|
@ -49,7 +49,7 @@ const $props = defineProps({
|
|||
},
|
||||
where: {
|
||||
type: Object,
|
||||
default: null,
|
||||
default: () => {},
|
||||
},
|
||||
sortBy: {
|
||||
type: String,
|
||||
|
|
Loading…
Reference in New Issue