Skip to content

Commit 52354cc

Browse files
committed
fix tooltip prop
1 parent 4b9d5ec commit 52354cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/@apostrophecms/area/ui/apos/components/AposBreadcrumbSwitch.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default {
5151
required: true
5252
},
5353
tooltip: {
54-
type: String,
54+
type: Object,
5555
default: null
5656
},
5757
disabled: {

0 commit comments

Comments
 (0)