From ca60b69dc644febb30507c7b317bdcb17b5e944f Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Mon, 19 Jan 2026 15:20:51 -0800 Subject: [PATCH] ui fix --- ui/litellm-dashboard/src/components/claude_code_plugins/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/litellm-dashboard/src/components/claude_code_plugins/types.ts b/ui/litellm-dashboard/src/components/claude_code_plugins/types.ts index 2c1e6a96546..e972b799643 100644 --- a/ui/litellm-dashboard/src/components/claude_code_plugins/types.ts +++ b/ui/litellm-dashboard/src/components/claude_code_plugins/types.ts @@ -43,6 +43,7 @@ export interface PluginListItem { enabled: boolean; created_at?: string; updated_at?: string; + created_by?: string; } export interface ListPluginsResponse {