mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
feat(editor): Version Control settings update (WIP) (#6233)
This commit is contained in:
@@ -1438,7 +1438,8 @@ export type VersionControlPreferences = {
|
||||
repositoryUrl: string;
|
||||
authorName: string;
|
||||
authorEmail: string;
|
||||
branchName: string;
|
||||
currentBranch: string;
|
||||
branches: string[];
|
||||
branchReadOnly: boolean;
|
||||
branchColor: string;
|
||||
publicKey?: string;
|
||||
|
||||
Reference in New Issue
Block a user