mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-28 03:37:08 +02:00
fix: vector search formatting, surrealdb bug
This commit is contained in:
@@ -154,7 +154,7 @@ pub async fn show_active_jobs(
|
||||
let active_jobs = User::get_unfinished_ingestion_tasks(&user.id, &state.db).await?;
|
||||
|
||||
Ok(TemplateResponse::new_partial(
|
||||
"index/signed_in/active_jobs.html",
|
||||
"dashboard/active_jobs.html",
|
||||
"active_jobs_section",
|
||||
ActiveJobsData {
|
||||
user: user.clone(),
|
||||
|
||||
Reference in New Issue
Block a user