Skip to content

Commit f5e2b83

Browse files
committed
Update DynamoViewModel.cs
1 parent 55436f0 commit f5e2b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DynamoCoreWpf/ViewModels/Core/DynamoViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3346,7 +3346,7 @@ private void CloseHomeWorkspace(object parameter)
33463346
{
33473347
if (preferencesViewModel.IsMLAutocompleteTOUApproved)
33483348
{
3349-
// Currently IsDNADataIngestionPipelineinBeta is set to true for debug builds and false for release builds. so we need to modify it here, when testing the pipeline in debug builds.
3349+
// Currently EnableDNADataIngestionPipeline is set to false for debug builds and true for release builds. so we need to modify it here, when testing the pipeline in debug builds.
33503350
if (EnableDNADataIngestionPipeline && Model.CurrentWorkspace.IsValidForFDX && currentWorkspaceViewModel.Checksum != string.Empty)
33513351
{
33523352
if (HasDifferentialCheckSum())

0 commit comments

Comments
 (0)