forked from verdnatura/salix-front
chore: refs #7356 fix type
This commit is contained in:
parent
041b6561f8
commit
c4665f6cc1
|
@ -15,7 +15,7 @@ const props = defineProps({
|
|||
default: null,
|
||||
},
|
||||
message: {
|
||||
type: [String, Object],
|
||||
type: [String, Boolean],
|
||||
default: null,
|
||||
},
|
||||
data: {
|
||||
|
|
Loading…
Reference in New Issue