Skip to content

Commit 65140c0

Browse files
committed
allow deleting subscriptions again
1 parent 9dcb0f1 commit 65140c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ui/src/components/Services.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -792,10 +792,6 @@ export default {
792792
793793
794794
removeSubscription(item) {
795-
if (item.status == "active") {
796-
alert("You cannot delete an active subscription. Please cancel it first.")
797-
return
798-
}
799795
800796
this.inDelete = true;
801797
if (confirm(`Do you really want to delete ${item.name} (not recommended)? This is an irreversible action.`)) {

0 commit comments

Comments
 (0)