fix: refs #6480 fix warning
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-04-19 13:52:19 +02:00
parent bd539449a6
commit 7a4f975cc9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const props = defineProps({
default: null,
},
entityId: {
type: Number,
type: [Number, String],
default: null,
},
dataKey: {