From ef508b449df9c92ac69415d69a5b6c0dccbcc3ec Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Wed, 19 Feb 2020 10:20:20 -0500 Subject: [PATCH] remove cloudDrivers from configs --- src/_store/system.module.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_store/system.module.js b/src/_store/system.module.js index 0016118..f78e16b 100644 --- a/src/_store/system.module.js +++ b/src/_store/system.module.js @@ -8,7 +8,6 @@ const state = { allowRegistration: false, paymentsEnabled: false, sageLauncher: false, - cloudDrivers: [], entityClasses: [], locales: ['en_US'], cloudConfigs: {},