diff --git a/bubble-server/src/main/java/bubble/service/boot/ActivationService.java b/bubble-server/src/main/java/bubble/service/boot/ActivationService.java index 4bff65a9..9e2adb5e 100644 --- a/bubble-server/src/main/java/bubble/service/boot/ActivationService.java +++ b/bubble-server/src/main/java/bubble/service/boot/ActivationService.java @@ -220,7 +220,7 @@ public class ActivationService { final ApiClientBase api = configuration.newApiClient().setToken(account.getToken()); final Map> objects - = modelSetupService.setupModel(api, account, "manifest-dist"); + = modelSetupService.setupModel(api, account, "manifest-defaults"); log.info("bootstrapThisNode: created default objects\n"+json(objects)); }); } diff --git a/bubble-web b/bubble-web index 883a464f..65acdc3d 160000 --- a/bubble-web +++ b/bubble-web @@ -1 +1 @@ -Subproject commit 883a464f426e317dbefab18daf0a0812f42c8f71 +Subproject commit 65acdc3d8f9ffc6f51f2c3f481e9d7b814543733