1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-26 13:44:41 +00:00
bramw_baserow/web-frontend/modules/database/mixins/fieldSubForm.js
2020-08-28 09:48:37 +00:00

8 lines
97 B
JavaScript

export default {
props: {
table: {
type: Object,
required: true,
},
},
}