fix: refs #7356 create claim dialog #656

Merged
jorgep merged 6 commits from 7356-fixCreateClaimDialog into dev 2024-08-29 14:38:46 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c4665f6cc1 - Show all commits
src/components/ui

View File

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