feat(dashboard) modal search autofocus (#9038)

**What**
- autofocus search input on route modal that have tables

---

CLOSES CC-132
This commit is contained in:
Frane Polić
2024-09-11 08:12:34 +00:00
committed by GitHub
parent d398009d3f
commit 28dc8d4d17
17 changed files with 28 additions and 19 deletions
@@ -142,7 +142,7 @@ export const ApiKeySalesChannelsForm = ({
count={count}
pageSize={PAGE_SIZE}
pagination
search
search="autofocus"
isLoading={isLoading}
queryObject={raw}
orderBy={["name", "created_at", "updated_at"]}