Skip to content

Commit 1313a54

Browse files
authored
Ensure button fields are styled correctly using onFieldStylesChanged, I forgot to add it here in baserow#4427 (baserow#4495)
1 parent 09f5b1c commit 1313a54

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "bug",
3+
"message": "Resolve an issue with styling button fields in table elements.",
4+
"issue_origin": "github",
5+
"issue_number": 4494,
6+
"domain": "builder",
7+
"bullet_points": [],
8+
"created_at": "2025-12-22"
9+
}

web-frontend/modules/builder/components/elements/components/collectionField/form/ButtonFieldForm.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
style-key="cell"
1818
:config-block-types="['table', 'button']"
1919
:theme="baseTheme"
20+
:on-styles-changed="onFieldStylesChanged"
2021
:extra-args="{ onlyCell: true, noAlignment: true }"
2122
variant="normal"
2223
/>

0 commit comments

Comments
 (0)