mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-06 01:40:10 +00:00
📚2️⃣ Rich text: (not really) functional components for all views
This commit is contained in:
parent
ab21f6b4c8
commit
af590eeb99
26 changed files with 391 additions and 71 deletions
web-frontend/modules/database/components/card
|
@ -117,7 +117,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
getCardComponent(field) {
|
||||
return this.$registry.get('field', field.type).getCardComponent()
|
||||
return this.$registry.get('field', field.type).getCardComponent(field)
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue