fix getValuePreview function

This commit is contained in:
segemun 2025-01-18 19:54:36 +01:00
parent c8ad61176a
commit f4928f463a

View File

@ -192,7 +192,7 @@ export function getValuePreview(
valuePreview:
isImageData && value
? value.substring(0, 200) + '...'
: 'No content',
: value || 'No content',
morePreviewLines: null,
morePreviewChars: null,
}