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}
|
||||
defaultValue={data?.data.user.timezone ?? ''}
|
||||
{...register('timezone')}
|
||||
error={formState.errors.timezone?.message}
|
||||
></LabeledInput>
|
||||
</div>
|
||||
<div>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue