new features
This commit is contained in:
@@ -2172,6 +2172,8 @@ export default function Kalender() {
|
||||
value={activeTab}
|
||||
onChange={(_, v) => { setActiveTab(v); navigate(`/kalender?tab=${v}`, { replace: true }); }}
|
||||
sx={{ mb: 2, borderBottom: 1, borderColor: 'divider' }}
|
||||
variant="scrollable"
|
||||
scrollButtons="auto"
|
||||
>
|
||||
<Tab icon={<EventIcon />} iconPosition="start" label="Dienste & Veranstaltungen" />
|
||||
<Tab icon={<CarIcon />} iconPosition="start" label="Fahrzeugbuchungen" />
|
||||
|
||||
Reference in New Issue
Block a user