feat: tempcommit
This commit is contained in:
parent
8ffe7850ad
commit
bf59a51041
2 changed files with 2 additions and 1 deletions
|
@ -205,6 +205,7 @@ export default function AccountTab() {
|
||||||
icon={CalendarClock}
|
icon={CalendarClock}
|
||||||
defaultValue={data?.data.user.timezone ?? ''}
|
defaultValue={data?.data.user.timezone ?? ''}
|
||||||
{...register('timezone')}
|
{...register('timezone')}
|
||||||
|
error={formState.errors.timezone?.message}
|
||||||
></LabeledInput>
|
></LabeledInput>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -53,7 +53,7 @@ export default function NotificationsTab() {
|
||||||
<Label htmlFor='newMeetingBookings' className='font-normal'>
|
<Label htmlFor='newMeetingBookings' className='font-normal'>
|
||||||
New Meeting Bookings
|
New Meeting Bookings
|
||||||
</Label>
|
</Label>
|
||||||
<Switch id='newMeetingBookings' />
|
<Switch id='newMeetingBookings' disabled />
|
||||||
</div>
|
</div>
|
||||||
<div className='flex items-center justify-between space-x-2'>
|
<div className='flex items-center justify-between space-x-2'>
|
||||||
<Label
|
<Label
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue