mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-10 10:00:48 +09:00
JS-3347: fix
This commit is contained in:
parent
2b80f54074
commit
f7abf7cb05
1 changed files with 3 additions and 1 deletions
|
@ -371,7 +371,9 @@ const BlockDataview = observer(class BlockDataview extends React.Component<Props
|
|||
this.setState({ loading: true });
|
||||
};
|
||||
|
||||
const filters = [];
|
||||
const filters = [
|
||||
{ operator: I.FilterOperator.And, relationKey: 'layout', condition: I.FilterCondition.NotIn, value: [ I.ObjectLayout.Option, I.ObjectLayout.SpaceView, I.ObjectLayout.Space ] },
|
||||
];
|
||||
if (this.searchIds) {
|
||||
filters.push({ operator: I.FilterOperator.And, relationKey: 'id', condition: I.FilterCondition.In, value: this.searchIds || [] });
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue