Skip to content

Commit a593bd0

Browse files
committed
fix: update isValid comment and remove unused showDeleteInfo$
1 parent 22ff070 commit a593bd0

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/app/shared/subscriptions/subscription-modal/subscription-modal.component.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ export class SubscriptionModalComponent implements OnInit {
9696
*/
9797
public processing$ = new BehaviorSubject<boolean>(false);
9898

99-
/**
100-
* If true, show a message explaining how to delete a subscription
101-
*/
102-
public showDeleteInfo$ = new BehaviorSubject<boolean>(false);
103-
10499
/**
105100
* Reactive form group that will be used to add/edit subscriptions
106101
*/
@@ -122,7 +117,7 @@ export class SubscriptionModalComponent implements OnInit {
122117
frequencyDefaultValues = ['D', 'W', 'M'];
123118

124119
/**
125-
* True if form status has changed and at least one frequency is checked
120+
* True if form status has changed and submit action is valid
126121
*/
127122
isValid = false;
128123
/**

0 commit comments

Comments
 (0)