🐛 fix: key cannot be activated after expiration
This commit is contained in:
parent
290523b675
commit
983e77cb73
@ -192,7 +192,7 @@ export default function TokensTableRow({ item, manageToken, handleOpenModal, set
|
|||||||
id={`switch-${item.id}`}
|
id={`switch-${item.id}`}
|
||||||
checked={statusSwitch === 1}
|
checked={statusSwitch === 1}
|
||||||
onChange={handleStatus}
|
onChange={handleStatus}
|
||||||
disabled={statusSwitch !== 1 && statusSwitch !== 2}
|
// disabled={statusSwitch !== 1 && statusSwitch !== 2}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</TableCell>
|
</TableCell>
|
||||||
|
Loading…
Reference in New Issue
Block a user