feat: tempcommit
Some checks failed
docker-build / docker (pull_request) Has been cancelled
tests / Tests (pull_request) Has been cancelled
container-scan / Container Scan (pull_request) Failing after 1m32s

This commit is contained in:
Maximilian Liebmann 2025-06-30 23:58:59 +02:00
parent 8ffe7850ad
commit bf59a51041
2 changed files with 2 additions and 1 deletions

View file

@ -205,6 +205,7 @@ export default function AccountTab() {
icon={CalendarClock}
defaultValue={data?.data.user.timezone ?? ''}
{...register('timezone')}
error={formState.errors.timezone?.message}
></LabeledInput>
</div>
<div>

View file

@ -53,7 +53,7 @@ export default function NotificationsTab() {
<Label htmlFor='newMeetingBookings' className='font-normal'>
New Meeting Bookings
</Label>
<Switch id='newMeetingBookings' />
<Switch id='newMeetingBookings' disabled />
</div>
<div className='flex items-center justify-between space-x-2'>
<Label