Skip to content

Commit d09929c

Browse files
Copilothotlong
andcommitted
fix: include objectName in inline data schema warning message
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 64756aa commit d09929c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-grid/src/ObjectGrid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export const ObjectGrid: React.FC<ObjectGridProps> = ({
306306
} catch (err) {
307307
// Schema fetch failure for inline data is non-fatal; columns will
308308
// still fall back to heuristic inference.
309-
console.warn('[ObjectGrid] Failed to fetch objectSchema for inline data:', err);
309+
console.warn(`[ObjectGrid] Failed to fetch objectSchema for inline data (objectName: ${objectName}):`, err);
310310
}
311311
};
312312

0 commit comments

Comments
 (0)