feat(dashboard) modal search autofocus (#9038)
**What** - autofocus search input on route modal that have tables --- CLOSES CC-132
This commit is contained in:
+1
-1
@@ -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"]}
|
||||
|
||||
Reference in New Issue
Block a user