From 49281bbe457addda6be95be410156a825645f968 Mon Sep 17 00:00:00 2001 From: erio Date: Sun, 12 Apr 2026 19:46:26 +0800 Subject: [PATCH] fix(websearch): hide show/copy buttons when API key is empty Only show the inline eye/copy buttons when provider.api_key has a value. When only api_key_configured is true (saved key, not loaded), buttons are hidden since there's nothing to show/copy. --- frontend/src/views/admin/SettingsView.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/admin/SettingsView.vue b/frontend/src/views/admin/SettingsView.vue index 222d1dd7..10dd940f 100644 --- a/frontend/src/views/admin/SettingsView.vue +++ b/frontend/src/views/admin/SettingsView.vue @@ -1796,10 +1796,11 @@ -
+