Skip to content

Commit

Permalink
520 - client - Add detailed messages when the integration list is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
ivicac committed Nov 18, 2024
1 parent c80117a commit 952c7ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const IntegrationInstanceConfigurationDialogBasicStepIntegrationsComboBox = ({

return integrations && componentDefinitions ? (
<ComboBox
emptyMessage="No published integrations found. Please publish an integration first."
items={integrations.map((integration) => {
const componentDefinition = componentDefinitions.filter(
(componentDefinition) => componentDefinition.name === integration.componentName
Expand Down

0 comments on commit 952c7ef

Please sign in to comment.