🐛 Fix mcp menu incorrect state when key has not expiration (#10211)

This commit is contained in:
Andrey Antukh 2026-06-16 15:05:49 +02:00 committed by GitHub
parent 09db565bc2
commit d5e6ea7572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -798,7 +798,7 @@
mcp-connection (get mcp :connection-status)
mcp-connected? (= mcp-connection "connected")
show-enabled? (and mcp-enabled? (false? mcp-key-expired?))
show-enabled? (and mcp-enabled? (not mcp-key-expired?))
on-nav-to-integrations
(mf/use-fn