mirror of
https://github.com/sotam0316/brain_dogfood.git
synced 2026-04-25 03:48:38 +09:00
Fix date filtering bug in heatmap/calendar and sync selection state
This commit is contained in:
@@ -17,6 +17,8 @@ def get_memos():
|
||||
group = request.args.get('group', 'all')
|
||||
query = request.args.get('query', '')
|
||||
date = request.args.get('date', '')
|
||||
if date in ('null', 'undefined'):
|
||||
date = ''
|
||||
|
||||
conn = get_db()
|
||||
c = conn.cursor()
|
||||
|
||||
Reference in New Issue
Block a user