mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-30 07:54:44 +02:00
Merge pull request #2170 from DarthShmev/patch-4
Update DisableTwoFactorModal.tsx - Fix lint errors
This commit is contained in:
commit
4082f9e585
@ -57,7 +57,7 @@ export default ({ ...props }: RequiredModalProps) => {
|
|||||||
autoFocus
|
autoFocus
|
||||||
/>
|
/>
|
||||||
<div css={tw`mt-6 text-right`}>
|
<div css={tw`mt-6 text-right`}>
|
||||||
<Button
|
<Button
|
||||||
color={'red'}
|
color={'red'}
|
||||||
disabled={!isValid}
|
disabled={!isValid}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user