aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Markandan R <rmarkandan@yahoo.com>2021-06-13 19:57:23 +0530
committerLibravatar GitHub <noreply@github.com>2021-06-13 19:57:23 +0530
commitd7b2ea8ce137afe0540307e59a3f13c658df8a0b (patch)
tree9980e9de0c0dd9bf97242061fff6f1163ad69dc0 /src/config.js
parentPass --publish never for PR builds (#1521) (diff)
downloadferdium-app-d7b2ea8ce137afe0540307e59a3f13c658df8a0b.tar.gz
ferdium-app-d7b2ea8ce137afe0540307e59a3f13c658df8a0b.tar.zst
ferdium-app-d7b2ea8ce137afe0540307e59a3f13c658df8a0b.zip
Removed the cyclical dependency in workspaces and announcement (Partial fix for: #1519) (#1522)
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 3a728b55e..c85228d07 100644
--- a/src/config.js
+++ b/src/config.js
@@ -283,3 +283,6 @@ export const PLANS_MAPPING = {
283 'franz-supporter-license-year-2019': PLANS.LEGACY, 283 'franz-supporter-license-year-2019': PLANS.LEGACY,
284 free: PLANS.FREE, 284 free: PLANS.FREE,
285}; 285};
286
287
288export const DEFAULT_SETTING_KEEP_ALL_WORKSPACES_LOADED = false;