From 41c6f20635428fa03b316a557ff99eb5e3077e8c Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Sun, 16 Nov 2025 14:56:19 +0300 Subject: [PATCH] Features: Fixes: 1) Update DASHBOARD_CALLBACK to point to correct view path; Extra: None --- evibes/settings/unfold.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evibes/settings/unfold.py b/evibes/settings/unfold.py index ae8b2b0e..41311357 100644 --- a/evibes/settings/unfold.py +++ b/evibes/settings/unfold.py @@ -27,7 +27,7 @@ UNFOLD = { "search_models": True, "show_history": True, }, - "DASHBOARD_CALLBACK": "core.views.dashboard_callback", + "DASHBOARD_CALLBACK": "engine.core.views.dashboard_callback", "LANGUAGES": { "navigation": [ {