6.0.12
What's new
Publishing an Integration update no longer replaces the Webhook (or a FormTrigger, or any other component with a URL in the Inspector) URL in the Integration Template with the URL from the Integration Draft flow.
Added support to change the
limit(page size) in theappmixer.ui.Integrationswidget.
const integrations = appmixer.ui.Integrations({ el: '#widget' });
integrations.state('query', {
...integrations.state('query'),
limit: 3,
});
Last updated
Was this helpful?
