Added row limiting
All checks were successful
Build Docker image / build (push) Successful in 3m22s
Build Docker image / deploy (push) Successful in 3s
Build Docker image / verify (push) Successful in 48s

This commit is contained in:
Roman Krček
2025-08-08 09:25:25 +02:00
parent 667c18a746
commit f5c2063586
3 changed files with 16 additions and 10 deletions

View File

@@ -12,7 +12,7 @@
let hasSearched = $state(false);
let recentSheets = $state<any[]>([]);
const RECENT_SHEETS_KEY = 'recent-sheets';
const RECENT_SHEETS_KEY = 'recentSheets';
onMount(() => {
ensureToken();