fix(export): remove non-functional PDF export type

This commit is contained in:
Elian Doran 2025-03-14 22:24:10 +02:00
parent d9764365cb
commit 265d54e44b
No known key found for this signature in database

View File

@ -107,13 +107,6 @@ const TPL = `
${t("export.format_markdown")}
</label>
</div>
<div class="form-check">
<label class="form-check-label tn-radio">
<input class="form-check-input" type="radio" name="export-single-format" value="pdf">
${t("export.format_pdf")}
</label>
</div>
</div>
</div>
<div class="modal-footer">