# 6.0.12

#### What's new <a href="#whats-new" id="whats-new"></a>

* 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 the `appmixer.ui.Integrations` widget.

```javascript
const integrations = appmixer.ui.Integrations({ el: '#widget' });

integrations.state('query', {
    ...integrations.state('query'),
    limit: 3,
});
```

<br>
