We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcb0f1 commit 65140c0Copy full SHA for 65140c0
ui/src/components/Services.vue
@@ -792,10 +792,6 @@ export default {
792
793
794
removeSubscription(item) {
795
- if (item.status == "active") {
796
- alert("You cannot delete an active subscription. Please cancel it first.")
797
- return
798
- }
799
800
this.inDelete = true;
801
if (confirm(`Do you really want to delete ${item.name} (not recommended)? This is an irreversible action.`)) {
0 commit comments