Merge pull request #4556 from Ocelot-Social-Community/3673-post-editor-legend--fix-console-warning

fix: 🍰 Fix Menu Legend Menu Bar Button Without Click Event
This commit is contained in:
Wolfgang Huß 2021-07-20 16:27:52 +02:00 committed by GitHub
commit 00ad0fae0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ export default {
isActive: Boolean,
icon: String,
label: String,
onClick: Function,
onClick: { type: Function, default: () => {} },
},
}
</script>