mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
feat: reptile jaw spaced
This commit is contained in:
@@ -41,9 +41,9 @@ export const ProjectLayout = () => {
|
||||
const shouldUpgrade = Boolean(hasUserLimitCrossed || hasIdentityLimitCrossed);
|
||||
let upgradeText = "";
|
||||
if (hasUserLimitCrossed) {
|
||||
upgradeText = `You've reached the maximum number of organisation users(${subscription?.memberLimit}).`;
|
||||
upgradeText = `You've reached the maximum number of organisation users (${subscription?.memberLimit}).`;
|
||||
} else if (hasIdentityLimitCrossed) {
|
||||
upgradeText = `You've reached the maximum number of organisation identities(${subscription?.identityLimit}).`;
|
||||
upgradeText = `You've reached the maximum number of organisation identities (${subscription?.identityLimit}).`;
|
||||
}
|
||||
|
||||
const isSecretManager = currentWorkspace?.type === ProjectType.SecretManager;
|
||||
|
||||
Reference in New Issue
Block a user