Skip to content

Commit

Permalink
corrected and readded line from commit 578d286
Browse files Browse the repository at this point in the history
  • Loading branch information
TollJulian committed Oct 12, 2022
1 parent 053dff1 commit 03e3bb5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function InitMaterialTab {
else {
$goToEnabled = $true
}
$dswindow.FindName("Category").ItemsSource = GetCategoryList
$dswindow.FindName("DataGrid").DataContext = $materialTabContext
$dsWindow.FindName("LinkMaterialButton").IsEnabled = IsEntityUnlocked
$dswindow.FindName("GoToMaterialButton").IsEnabled = $goToEnabled
Expand Down

0 comments on commit 03e3bb5

Please sign in to comment.