fix: hide Blank Template option if its exporting data

This commit is contained in:
Sumit Jain 2026-04-08 17:58:24 +05:30
parent fe1019f7cc
commit 041ab77e55

View file

@ -476,7 +476,9 @@ export default class BulkOperations {
frappe.require("data_import_tools.bundle.js", () => {
const data_exporter = new frappe.data_import.DataExporter(
doctype,
"Insert New Records"
"Insert New Records",
"CSV",
true
);
data_exporter.dialog.set_value("export_records", "by_filter");
data_exporter.filter_group.add_filters_to_filter_group([