chore: upgraded frappe-ui to latest data import commit

This commit is contained in:
Jannat Patel
2025-11-21 20:00:20 +05:30
parent aacd5ab7a1
commit 880b799df5
4 changed files with 2522 additions and 101 deletions

View File

@@ -31,6 +31,7 @@ def get_boot():
"frappe_version": frappe.__version__,
"read_only_mode": frappe.flags.read_only,
"csrf_token": frappe.sessions.get_csrf_token(),
"site_name": frappe.local.site,
}
)