Merge pull request #761 from Tria-plc/freight_feature/usermanagement

fix rate edit
This commit is contained in:
marshal
2026-07-17 13:31:08 +03:00
committed by GitHub
20 changed files with 1227 additions and 112 deletions

View File

@@ -167,6 +167,7 @@ export const QUERY_KEYS = {
orderList: (resource: RuleEngineResourceSlug | string) =>
["rule-engine", "order-list", resource] as const,
priorityRuleChanges: ["rule-engine", "priority-rule-changes"] as const,
rateChanges: ["rule-engine", "rate-changes"] as const,
},
OVERVIEW: {