feat(dashboard): configurable product views (#13408)
* feat: add a reusable configurable data table * fix: cleanup * fix: cleanup * fix: cache invalidation * fix: test * fix: add configurable products * feat: add configurable product table * fix: build errors+table style * fix: sticky header column * add translations * fix: cleanup counterenderer * fix: formatting * fix: client still skips nulls * fix: test * fix: cleanup * fix: revert client bracket format * fix: better typing * fix: add placeholder data to product list
This commit is contained in:
@@ -250,7 +250,10 @@ export class Client {
|
||||
const params = Object.fromEntries(
|
||||
normalizedInput.searchParams.entries()
|
||||
)
|
||||
const stringifiedQuery = stringify({ ...params, ...init.query }, { skipNulls: true })
|
||||
const stringifiedQuery = stringify(
|
||||
{ ...params, ...init.query },
|
||||
{ skipNulls: true }
|
||||
)
|
||||
normalizedInput.search = stringifiedQuery
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user