Commit 63c92b41 by Vladislav Lagunov

[AutoComplete] Лимит увеличен до 20

parent 81242c0f
......@@ -41,7 +41,7 @@ export interface AutoCompleteQuery {
limit: number;
search: string
}
export const defaultQuery = { offset: 0, search: '', limit: 10 };
export const defaultQuery = { offset: 0, search: '', limit: 20 };
// Источник для автодополнений
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment