Skip to content

Commit

Permalink
Merge pull request #625 from skadefro/master
Browse files Browse the repository at this point in the history
Fix edit xaml/Package Manager button
  • Loading branch information
skadefro authored May 5, 2022
2 parents 99b863f + ed7553f commit f06a456
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OpenRPA/OpenRPA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Description>Base UI of OpenRPA, used as part of OpenRPA robot</Description>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/open-rpa/openrpa</PackageProjectUrl>
<Version>1.4.20</Version>
<Version>1.4.21</Version>
<PackageReleaseNotes></PackageReleaseNotes>
<PackageIcon>open_rpa128.png</PackageIcon>
<Configurations>Debug;Release;ReleaseNuget;PrepInstaller</Configurations>
Expand Down
4 changes: 2 additions & 2 deletions OpenRPA/Views/OpenProject.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ private void listWorkflows_SelectedItemChanged(object sender, RoutedPropertyChan
if (isUpdating) return;
//NotifyPropertyChanged("Workflow");
//NotifyPropertyChanged("Project");
//NotifyPropertyChanged("IsWorkflowSelected");
//NotifyPropertyChanged("IsWorkflowOrProjectSelected");
NotifyPropertyChanged("IsWorkflowSelected");
NotifyPropertyChanged("IsWorkflowOrProjectSelected");
// NotifyPropertyChanged("Projects");
onSelectedItemChanged?.Invoke();
}
Expand Down

0 comments on commit f06a456

Please sign in to comment.