chore: refs #7356 fix type
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-08-28 17:06:16 +02:00
parent 041b6561f8
commit c4665f6cc1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const props = defineProps({
default: null, default: null,
}, },
message: { message: {
type: [String, Object], type: [String, Boolean],
default: null, default: null,
}, },
data: { data: {