mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
bump middleware version
This commit is contained in:
parent
c5f62e5bf9
commit
f57a9cbedf
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
0.40.0-rc10
|
||||
0.40.0-rc11
|
|
@ -274,8 +274,8 @@ const MenuRelationSuggest = observer(class MenuRelationSuggest extends React.Com
|
|||
|
||||
let sections: any[] = [
|
||||
canWrite ? { id: 'create', name: translate('menuRelationSuggestCreateNew'), children: types } : null,
|
||||
{ id: 'library', name: translate('menuRelationSuggestMyRelations'), children: library },
|
||||
{ id: 'system', name: translate('menuRelationSuggestSystem'), children: system },
|
||||
{ id: 'library', name: translate('commonMyRelations'), children: library },
|
||||
{ id: 'system', name: translate('commonSystemRelations'), children: system },
|
||||
];
|
||||
|
||||
sections = sections.filter((section: any) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue