mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 21:20:57 +00:00
fix: key
This commit is contained in:
@@ -76,9 +76,7 @@ export const useContainerTypeOptions = (
|
||||
enabled = true,
|
||||
) =>
|
||||
useQuery({
|
||||
queryKey: QUERY_KEYS.RULE_ENGINE.selectOptions("container-types", {
|
||||
includeNone,
|
||||
}),
|
||||
queryKey: api.ruleEngine.list.queryKey(),
|
||||
queryFn: () =>
|
||||
api.ruleEngine.list.call({
|
||||
resource: "container-types",
|
||||
|
||||
Reference in New Issue
Block a user