1
0

chore: rename flag

This commit is contained in:
kolaente
2023-04-12 10:39:10 +02:00
parent 1344026494
commit 6e095436e9
5 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,7 @@ const canNestDeeper = computed(() => {
return true
}
return props.level >= 2 && window.INFINITE_PROJECT_NESTING_ENABLED
return props.level >= 2 && window.PROJECT_INFINITE_NESTING_ENABLED
})
</script>

View File

@ -23,7 +23,7 @@ declare global {
API_URL: string;
SENTRY_ENABLED: boolean;
SENTRY_DSN: string;
INFINITE_PROJECT_NESTING_ENABLED: boolean;
PROJECT_INFINITE_NESTING_ENABLED: boolean;
}
}