fix(dashboard): inventory kit combobox state (#12371)

* fix(dashboard): inventory kit combobox state

* chore: changeset
This commit is contained in:
Frane Polić
2025-05-11 18:45:08 +02:00
committed by GitHub
parent fff285f8d2
commit 6aa1ebdee2
4 changed files with 280 additions and 206 deletions

View File

@@ -13,6 +13,7 @@ type ComboboxExternalData = {
}
type ComboboxQueryParams = {
id?: string
q?: string
offset?: number
limit?: number