Skip to content

Commit 4e1e105

Browse files
committed
feat: Add Data Mode label to ControlsContainer (#9191)
1 parent 0e954cc commit 4e1e105

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

apps/devindex/view/home/ControlsContainer.mjs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,11 @@ class ControlsContainer extends Container {
8585
listeners : {change: 'onFilterChange'},
8686
name : 'bio',
8787
style : {marginTop: '.3em'},
88-
width : 200
88+
width : 200
89+
}, {
90+
ntype: 'label',
91+
style: {marginTop: '1em'},
92+
text : 'Data Mode'
8993
}, {
9094
module : Radio,
9195
checked : true,
@@ -95,7 +99,6 @@ class ControlsContainer extends Container {
9599
labelText : '',
96100
listeners : {change: 'onDataModeChange'},
97101
name : 'dataMode',
98-
style : {marginTop: '1em'},
99102
valueLabel : 'Total Contributions',
100103
width : 200
101104
}, {

0 commit comments

Comments
 (0)