mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-27 12:11:43 +02:00
feat(core): Add versionControl feature flag (#6000)
add versionControl feature flag
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import Container from 'typedi';
|
||||
import { License } from '../../License';
|
||||
|
||||
export function isVersionControlEnabled() {
|
||||
const license = Container.get(License);
|
||||
return license.isVersionControlEnabled();
|
||||
}
|
||||
Reference in New Issue
Block a user