resolve issues with new features

This commit is contained in:
Matthias Hochmeister
2026-03-12 18:36:22 +01:00
parent d1fed74f3b
commit 34f246af24
6 changed files with 30 additions and 23 deletions

View File

@@ -2158,7 +2158,7 @@ export default function Kalender() {
{/* Tabs */}
<Tabs
value={activeTab}
onChange={(_, v) => setActiveTab(v)}
onChange={(_, v) => { setActiveTab(v); navigate(`/kalender?tab=${v}`, { replace: true }); }}
sx={{ mb: 2, borderBottom: 1, borderColor: 'divider' }}
>
<Tab icon={<EventIcon />} iconPosition="start" label="Dienste & Veranstaltungen" />