Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -52,7 +52,7 @@ export function ObjectDetail() {
|
||||
return byLang ?? byEnglish ?? key;
|
||||
};
|
||||
|
||||
const flexible = Object.entries(object.fields as Record<string, unknown>);
|
||||
const flexible = Object.entries(object.fields);
|
||||
|
||||
return (
|
||||
<div className="overflow-auto p-4">
|
||||
|
||||
Reference in New Issue
Block a user