1
0
Fork 0
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:
Davide Silvestri 2024-03-01 09:54:25 +00:00
parent ab21f6b4c8
commit af590eeb99
26 changed files with 391 additions and 71 deletions
web-frontend/modules/database/components/card

View file

@ -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)
},
},
}