Fix for empty boolean fields (#12100)

This commit is contained in:
Oliver
2026-06-06 09:34:22 +10:00
committed by GitHub
parent 6419c4ac5d
commit b9c063fe31
3 changed files with 4 additions and 3 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 '';
}