Skip to content

Commit c298442

Browse files
#602 from ad4437/develop
Fix Conflict
2 parents 1771028 + ed5f1c6 commit c298442

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/chime_dash/app/pages/sidebar.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@
9999
"initial_visible_month": date.today(),
100100
"date": date.today(),
101101
},
102-
max_y_axis_value={"type": "number", "min": 10, "step": 10, "value": None},
103-
show_tables={"type": "switch", "on": False},
102+
show_tables={"type": "switch", "value": False}
104103
))
105104

106105

0 commit comments

Comments
 (0)