From 91f32cd227b87e46f201e970d099f9272ed34aaf Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 14 May 2025 18:00:50 -0700 Subject: [PATCH] ui linting fixes --- ui/litellm-dashboard/src/components/guardrails.tsx | 2 ++ .../src/components/guardrails/edit_guardrail_form.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/litellm-dashboard/src/components/guardrails.tsx b/ui/litellm-dashboard/src/components/guardrails.tsx index 867c356e70..1b8b8fd43e 100644 --- a/ui/litellm-dashboard/src/components/guardrails.tsx +++ b/ui/litellm-dashboard/src/components/guardrails.tsx @@ -116,6 +116,8 @@ const GuardrailsPanel: React.FC = ({ accessToken }) => { guardrailsList={guardrailsList} isLoading={isLoading} onDeleteClick={handleDeleteClick} + accessToken={accessToken} + onGuardrailUpdated={fetchGuardrails} />