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:
parent
6e68ea5890
commit
7226a5cbfc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue