1
0
Fork 0
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:
Andrew Simachev 2025-03-21 17:49:37 +01:00
parent c5f62e5bf9
commit f57a9cbedf
No known key found for this signature in database
GPG key ID: 1DFE44B21443F0EF
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
0.40.0-rc10
0.40.0-rc11

View file

@ -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) => {