diff --git a/bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json b/bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json index f8664293..5222cf09 100644 --- a/bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json +++ b/bubble-server/src/main/resources/models/apps/bubble_block/bubbleApp_bubbleBlock.json @@ -52,7 +52,7 @@ {"name": "manageRules", "view": "manageRules", "when": "item.url === \\'\\'", "index": 40}, {"name": "removeList", "index": 50, "when": "item.url !== ''"}, { - "name": "createList", "scope": "app", "view": "manageList", "index": 10, + "name": "createList", "scope": "app", "index": 10, "params": ["url"], "button": "createList" },