We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec431a commit 7fa68d1Copy full SHA for 7fa68d1
packages/ui/src/fields/Blocks/index.tsx
@@ -284,7 +284,7 @@ const BlocksFieldComponent: React.FC<BlockFieldProps> = (props) => {
284
285
if (blockToRender) {
286
const rowErrorCount = errorPaths.filter((errorPath) =>
287
- errorPath.startsWith(`${path}.${i}`),
+ errorPath.startsWith(`${path}.${i}.`),
288
).length
289
return (
290
<DraggableSortableItem disabled={disabled || !isSortable} id={row.id} key={row.id}>
0 commit comments