Remove delete-channel from webapp

This commit is contained in:
2025-12-04 09:16:47 +01:00
parent 3c45191d11
commit 6d180aea38
2 changed files with 0 additions and 33 deletions
@@ -15,19 +15,6 @@
<span nz-icon nzType="edit"></span>
Edit
</button>
<button
nz-button
nzType="primary"
nzDanger
nz-popconfirm
nzPopconfirmTitle="Are you sure you want to delete this channel? All messages and subscriptions will be lost."
nzPopconfirmPlacement="bottomRight"
(nzOnConfirm)="deleteChannel()"
[nzLoading]="deleting()"
>
<span nz-icon nzType="delete"></span>
Delete
</button>
</div>
}
</div>