bug fixes for some desktop tools (#6246)

This commit is contained in:
Anthony Stirling
2026-04-28 17:24:56 +01:00
committed by GitHub
parent 3c09b7f736
commit 12a00fe9c5
7 changed files with 1 additions and 23 deletions
@@ -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({