Event overview panel

This commit is contained in:
Roman Krček
2025-06-25 14:16:45 +02:00
parent 52c3b9c871
commit 906f0376d2
6 changed files with 145 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
scan_state = ScanState.scanning;
data.supabase
.from('qrcodes')
.from('participants')
.select(`*, event ( id, name ), scanned_by ( id, display_name )`)
.eq('id', scanned_id)
.then( response => {