mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
misc: added optional accesS
This commit is contained in:
@@ -65,7 +65,7 @@ export const SessionsTable = () => {
|
||||
onChange={(isOpen) => handlePopUpToggle("deleteSession", isOpen)}
|
||||
deleteKey="confirm"
|
||||
onDeleteApproved={() =>
|
||||
handleSignOut((popUp?.deleteSession?.data as { sessionId: string }).sessionId)
|
||||
handleSignOut((popUp?.deleteSession?.data as { sessionId: string })?.sessionId)
|
||||
}
|
||||
/>
|
||||
<TableContainer className="mt-4">
|
||||
|
||||
Reference in New Issue
Block a user