fix: bug with version diff screen when arrays have no labels
This commit is contained in:
@@ -91,7 +91,7 @@ const Iterable: React.FC<Props & { field: ArrayField | BlockField }> = ({
|
||||
<div className={`${baseClass}__no-rows`}>
|
||||
No
|
||||
{' '}
|
||||
{field.labels.plural}
|
||||
{field.labels?.plural ?? 'rows'}
|
||||
{' '}
|
||||
found
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user