1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-13 00:38:06 +00:00
bramw_baserow/web-frontend/modules/builder/components/page/sidePanels/VisibilitySidePanel.vue
2023-12-19 15:19:11 +00:00

12 lines
166 B
Vue

<template>
<div>{{ $t('common.comingSoon') }}</div>
</template>
<script>
export default {
name: 'VisibilitySidePanel',
data() {
return {}
},
}
</script>