We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e0249 commit 84e504eCopy full SHA for 84e504e
redisinsight/ui/src/pages/home/components/form/TlsDetails.tsx
@@ -92,7 +92,7 @@ const TlsDetails = (props: Props) => {
92
closePopover={closePopover}
93
updateLoading={false}
94
showPopover={showPopover}
95
- handleDeleteItem={() => handleDeleteCaCert(cert.id)}
+ handleDeleteItem={handleDeleteCaCert}
96
testid={`delete-ca-cert-${cert.id}`}
97
/>
98
</div>
@@ -123,7 +123,7 @@ const TlsDetails = (props: Props) => {
123
124
125
126
- handleDeleteItem={() => handleDeleteClientCert(cert.id)}
+ handleDeleteItem={handleDeleteClientCert}
127
testid={`delete-client-cert-${cert.id}`}
128
129
0 commit comments