mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-11 18:20:27 +09:00
fix android dataview.sort.sort command name
This commit is contained in:
parent
d6402f8d8f
commit
57e3613db2
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ export const BlockDataviewSortReplace = (contextId: string, blockId: string, vie
|
|||
};
|
||||
|
||||
export const BlockDataviewSortSort = (contextId: string, blockId: string, viewId: string, ids: string[], callBack?: (message: any) => void) => {
|
||||
const request = new Rpc.BlockDataview.Sort.Sort.Request();
|
||||
const request = new Rpc.BlockDataview.Sort.SSort.Request();
|
||||
|
||||
request.setContextid(contextId);
|
||||
request.setBlockid(blockId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue