diff --git a/ui/src/editor-core/properties-panel.js b/ui/src/editor-core/properties-panel.js index d6dcfd41b8..9910d19904 100644 --- a/ui/src/editor-core/properties-panel.js +++ b/ui/src/editor-core/properties-panel.js @@ -2345,6 +2345,9 @@ PropertiesPanel.prototype.renderActionTab = function( dataType: 'json', data: { layoutId: app.mainObjectId, + start: 0, + // set a maximum number of actions to be returned + length: 1000, }, }).done(function(res) { // Filter actions by groups