Compare commits
1 commit
c00063bddd
...
74be711d2b
Author | SHA1 | Date | |
---|---|---|---|
74be711d2b |
1 changed files with 2 additions and 6 deletions
|
@ -155,9 +155,7 @@ export default function BlockedSlotForm({
|
||||||
</div>
|
</div>
|
||||||
<div className='items-center ml-auto mr-auto max-sm:mb-6 max-sm:w-full max-sm:flex max-sm:justify-center'>
|
<div className='items-center ml-auto mr-auto max-sm:mb-6 max-sm:w-full max-sm:flex max-sm:justify-center'>
|
||||||
<h1 className='text-center'>
|
<h1 className='text-center'>
|
||||||
{existingBlockedSlotId
|
{existingBlockedSlotId ? 'Update Blocker' : 'Create Blocker'}
|
||||||
? 'Update Blocker'
|
|
||||||
: 'Create Blocker'}
|
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div className='w-0 sm:w-[100px]'></div>
|
<div className='w-0 sm:w-[100px]'></div>
|
||||||
|
@ -216,9 +214,7 @@ export default function BlockedSlotForm({
|
||||||
formStateCreate.isSubmitting || formStateUpdate.isSubmitting
|
formStateCreate.isSubmitting || formStateUpdate.isSubmitting
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
{existingBlockedSlotId
|
{existingBlockedSlotId ? 'Update Blocker' : 'Create Blocker'}
|
||||||
? 'Update Blocker'
|
|
||||||
: 'Create Blocker'}
|
|
||||||
</Button>
|
</Button>
|
||||||
{existingBlockedSlotId && (
|
{existingBlockedSlotId && (
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue