We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PublishActions
1 parent e34a8a4 commit 9f08e49Copy full SHA for 9f08e49
1 file changed
resources/js/components/entries/PublishActions.vue
@@ -47,6 +47,8 @@ import { Heading, Button, Select, DatePicker, Textarea, Icon, Subheading, Stack
47
export default {
48
components: { Heading, Button, Select, DatePicker, Textarea, Icon, Subheading, Stack },
49
50
+ emits: ['closed', 'saving', 'saved', 'failed'],
51
+
52
props: {
53
actions: Object,
54
published: Boolean,
0 commit comments