feat(dashboard): reusable config datatable (#13389)
* feat: add a reusable configurable data table * fix: cleanup * fix: cleanup * fix: cache invalidation * fix: test --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
parent
c066fe993f
commit
23d5a902b1
@@ -77,4 +77,5 @@ export type AdminViewConfigurationListResponse = PaginatedResponse<{
|
||||
view_configurations: AdminViewConfiguration[]
|
||||
}>
|
||||
|
||||
export type AdminViewConfigurationDeleteResponse = DeleteResponse<"view_configuration">
|
||||
export type AdminViewConfigurationDeleteResponse =
|
||||
DeleteResponse<"view_configuration">
|
||||
|
||||
Reference in New Issue
Block a user