This commit is contained in:
Timothy Jaeryang Baek
2026-03-26 18:17:49 -05:00
parent a641325707
commit 4567cdc0d9
3 changed files with 56 additions and 14 deletions
@@ -198,7 +198,7 @@
// Save policy to orchestrator if applicable
if (serverType === 'orchestrator' && !direct && policyId) {
try {
await putOrchestratorPolicy(url, key, policyId, buildPolicyData());
await putOrchestratorPolicy(localStorage.token, url, key, policyId, buildPolicyData());
} catch (err) {
toast.error($i18n.t('Failed to save policy: {{error}}', { error: err }));
return;