Set org limit

This commit is contained in:
Owen
2026-02-17 20:18:50 -08:00
parent d45ea127c2
commit 19fcc1f93b

View File

@@ -64,7 +64,7 @@ export const tier3LimitSet: LimitSet = {
description: "Business limit"
},
[FeatureId.ORGINIZATIONS]: {
value: 20,
value: 5,
description: "Business limit"
},
};