Skip to content

Commit

Permalink
Fix group manager displaying items twice
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwright324 committed Sep 7, 2019
1 parent e7c97c1 commit eeef3e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ public ManageGroupsManager(Group group) throws IOException {
addItemModal.setVisible(true);
}));
mgmvAddItem.getBtnClose().setOnAction(ae -> addItemModal.setVisible(false));
mgmvAddItem.itemAddedProperty().addListener((o, ov, nv) -> reloadGroupItems());

/*
Remove Selected GroupItems Modal
Expand Down

0 comments on commit eeef3e1

Please sign in to comment.