mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
bug fixes for some desktop tools (#6246)
This commit is contained in:
@@ -112,9 +112,7 @@ export const CertificateConfigModal: React.FC<CertificateConfigModalProps> = ({
|
||||
subjectName: string | null;
|
||||
notAfter: string | null;
|
||||
error: string | null;
|
||||
}>(endpoint, formData, {
|
||||
headers: { "Content-Type": "multipart/form-data" },
|
||||
});
|
||||
}>(endpoint, formData);
|
||||
|
||||
if (response.data.valid) {
|
||||
setCertValidation({
|
||||
|
||||
Reference in New Issue
Block a user