mirror of
https://github.com/langgenius/dify.git
synced 2026-05-25 19:00:43 -04:00
The empty state card below already prompts users to install a provider, so the top warning bar is redundant for the no-provider case. Remove the unused noProviderInstalled i18n key and replace the lookup map with a ternary to preserve i18n literal types without assertions.