diff --git a/frappe/public/js/frappe/data_import/data_exporter.js b/frappe/public/js/frappe/data_import/data_exporter.js index 6cd0adf029..4ff41ab355 100644 --- a/frappe/public/js/frappe/data_import/data_exporter.js +++ b/frappe/public/js/frappe/data_import/data_exporter.js @@ -67,6 +67,7 @@ frappe.data_import.DataExporter = class DataExporter { columns: 2, on_change: () => this.update_primary_action(), options: this.get_multicheck_options(this.doctype), + sort_options: false, }, ...frappe.meta.get_table_fields(this.doctype).map((df) => { let doctype = df.options;