Skip to content

Commit

Permalink
Fixed the x button not working in the Reading List Details pop up (co…
Browse files Browse the repository at this point in the history
  • Loading branch information
BRUCELLA2 committed Jul 2, 2020
1 parent e67cbea commit b418e31
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<p-dialog [visible]='editingReadingList'
<p-dialog [(visible)]='editingReadingList'
modal='true'
[header]='"reading-list-edit.title"|translate'>
[header]='"reading-list-edit.title"|translate'
(onHide)='cancelEditing()'>
<form [formGroup]='readingListForm'>
<div class='ui-g'>
<div class='ui-g-12 cx-input-label'>
Expand Down

0 comments on commit b418e31

Please sign in to comment.