1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-07 21:47:02 +09:00

small styles fix

This commit is contained in:
Andrew Simachev 2025-06-05 23:41:08 +02:00
parent 74fad999d6
commit 5015885843
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF

View file

@ -1243,6 +1243,8 @@ const BlockDataview = observer(class BlockDataview extends React.Component<Props
};
case 'source': {
cn.push('withHead');
emptyProps = {
title: translate('blockDataviewEmptySourceTitle'),
description: translate('blockDataviewEmptySourceDescription'),