mirror of
https://github.com/langgenius/dify.git
synced 2026-03-05 15:47:06 +08: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.