mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-16 10:58:31 -05:00
Fixed to category handling
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
Name="categoryComboBox"
|
||||
DisplayMemberPath="Name"
|
||||
SelectedValuePath="ID"
|
||||
SelectedValue="{Binding Path=CategoryID}"
|
||||
SelectedValue="{Binding Path=Category.ID}"
|
||||
Grid.Row="2"
|
||||
Margin="6" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user