Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-slobodian committed May 31, 2024
2 parents 37c3e2a + 3315399 commit f587559
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export function useCertificateCreateDialog(props: {
const dialogType = useRef<CertificateType>("x509");

const handleCertificateCreate = async (data: CertificateCreateDataProps) => {
// Check provider
if (!localCurrentProviderId?.current) {
localCurrentProviderId.current = currentProviderId;
}
Expand Down

0 comments on commit f587559

Please sign in to comment.