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 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'>
|
||||
{existingBlockedSlotId
|
||||
? 'Update Blocker'
|
||||
: 'Create Blocker'}
|
||||
{existingBlockedSlotId ? 'Update Blocker' : 'Create Blocker'}
|
||||
</h1>
|
||||
</div>
|
||||
<div className='w-0 sm:w-[100px]'></div>
|
||||
|
@ -216,9 +214,7 @@ export default function BlockedSlotForm({
|
|||
formStateCreate.isSubmitting || formStateUpdate.isSubmitting
|
||||
}
|
||||
>
|
||||
{existingBlockedSlotId
|
||||
? 'Update Blocker'
|
||||
: 'Create Blocker'}
|
||||
{existingBlockedSlotId ? 'Update Blocker' : 'Create Blocker'}
|
||||
</Button>
|
||||
{existingBlockedSlotId && (
|
||||
<Button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue