Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
remember about that null's
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskarowski committed May 27, 2024
1 parent 7db0047 commit 3ef29a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Library/Presentation/View/Product/ProductMasterView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<UserControl.DataContext>
<ObjectDataProvider ObjectType="viewmodels:ProductMasterViewModel">
<ObjectDataProvider.ConstructorParameters>

<x:Null/>
<x:Null/>
</ObjectDataProvider.ConstructorParameters>
</ObjectDataProvider>
</UserControl.DataContext>
Expand Down

0 comments on commit 3ef29a3

Please sign in to comment.