perf(config): narrow api key editor store subscription

This commit is contained in:
Supra4E8C
2026-03-07 14:22:23 +08:00
Unverified
parent ffc4fcd5b3
commit 56da24765f
+1 -1
View File
@@ -104,7 +104,7 @@ function ApiKeysCardEditor({
onChange: (nextValue: string) => void;
}) {
const { t } = useTranslation();
const { showNotification } = useNotificationStore();
const showNotification = useNotificationStore((state) => state.showNotification);
const apiKeys = useMemo(
() =>
value