From 5fa50ac79a3fb286122f2538d66305aebb054b5d Mon Sep 17 00:00:00 2001 From: CarliPinell Date: Fri, 23 Aug 2024 14:34:36 +0000 Subject: [PATCH] Ready for PR --- resources/js/processes/designer/Assets.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/js/processes/designer/Assets.vue b/resources/js/processes/designer/Assets.vue index 73be4490aa..0957b1d799 100644 --- a/resources/js/processes/designer/Assets.vue +++ b/resources/js/processes/designer/Assets.vue @@ -141,9 +141,18 @@ export default { urlPath: "/designer/flow-genies", urlAsset: "/designer/flow-genies?create=true", }, + { + color: "#5E4FE2", + icon: "fas fa-database", + asset_name: "Collections", + asset_name_all: "View All Collections", + asset_name_new: "New Collection", + urlPath: "/collections", + urlAsset: "/collections?create=true", + }, ], showButtonsCore: new Array(3).fill(false), - showButtonsPackage: new Array(3).fill(false), + showButtonsPackage: new Array(4).fill(false), }; }, methods: {