1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-19 23:21:30 +00:00
bramw_baserow/web-frontend/modules/automation/components/AutomationHeaderMenuItems.vue

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
196 B
Vue
Raw Normal View History

2025-03-27 16:07:22 +00:00
<template>
<div></div>
</template>
<script>
export default {
name: 'AutomationHeaderMenuItems',
props: {
automation: {
type: Object,
required: true,
},
},
}
</script>