fix getValuePreview function
This commit is contained in:
parent
c8ad61176a
commit
f4928f463a
@ -192,7 +192,7 @@ export function getValuePreview(
|
|||||||
valuePreview:
|
valuePreview:
|
||||||
isImageData && value
|
isImageData && value
|
||||||
? value.substring(0, 200) + '...'
|
? value.substring(0, 200) + '...'
|
||||||
: 'No content',
|
: value || 'No content',
|
||||||
morePreviewLines: null,
|
morePreviewLines: null,
|
||||||
morePreviewChars: null,
|
morePreviewChars: null,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user