Skip to content

Commit f33cc41

Browse files
committed
commit
1 parent acb0963 commit f33cc41

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
-18 Bytes
Binary file not shown.

app_layout.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ def hydrate_all_boards_view(self):
154154

155155
def board_click(self, e):
156156
self.sidebar.bottom_nav_change(
157+
self.store.get_board(Board))
157158

158-
self.store.get_boards().index(e.control.data))
159+
# self.store.get_boards().index(e.control.data))
159160

160161
def toggle_nav_rail(self, e):
161162
self.sidebar.visible = not self.sidebar.visible

trolly.sqlite3

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)