Merge commit '4c4e0eb202059b83f208065e7f48660f97148956' into block-notes

This commit is contained in:
Oliver Walters
2026-06-06 09:18:22 +00:00
30 changed files with 1280 additions and 967 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export function getDetailUrl(
}
}
console.error(`No detail URL found for model ${model} <${pk}>`);
console.warn(`No detail URL found for model ${model} <${pk}>`);
return '';
}