button and single learning
This commit is contained in:
@@ -198,7 +198,7 @@ const Legal: FC = () => {
|
||||
<div className='mt-8 flex justify-end'>
|
||||
<Button
|
||||
disabled={isReadOnly}
|
||||
className='w-fit px-7'
|
||||
className='xl:w-fit xl:px-7'
|
||||
onClick={() => formik.handleSubmit()}
|
||||
isLoading={createLegalUser.isPending}
|
||||
>
|
||||
|
||||
@@ -230,7 +230,7 @@ const Personal: FC = () => {
|
||||
|
||||
<div className='mt-8 flex justify-end'>
|
||||
<Button
|
||||
className='w-fit px-7'
|
||||
className='xl:w-fit px-7'
|
||||
onClick={() => formik.handleSubmit()}
|
||||
isLoading={createRealUser.isPending}
|
||||
disabled={isReadOnly}
|
||||
|
||||
Reference in New Issue
Block a user