feat: TFS Sync
This commit is contained in:
@@ -66,7 +66,12 @@ const defaultPreferences: UserPreferences = {
|
||||
enabled: false
|
||||
},
|
||||
jiraAutoSync: false,
|
||||
jiraSyncInterval: 'daily'
|
||||
jiraSyncInterval: 'daily',
|
||||
tfsConfig: {
|
||||
enabled: false
|
||||
},
|
||||
tfsAutoSync: false,
|
||||
tfsSyncInterval: 'daily'
|
||||
};
|
||||
|
||||
export function UserPreferencesProvider({ children, initialPreferences }: UserPreferencesProviderProps) {
|
||||
|
||||
Reference in New Issue
Block a user