mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-11 00:17:59 -05: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