1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

remove full subscription to set

This commit is contained in:
Andrew Simachev 2025-06-07 01:55:08 +02:00
parent 6e68ea5890
commit 7226a5cbfc
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF

View file

@ -480,7 +480,7 @@ const BlockDataview = observer(class BlockDataview extends React.Component<Props
switch (type) {
default: {
limit = isInline ? pageLimit : 1000;
limit = isInline ? pageLimit : 500;
break;
};