refactor(ui): remove unused channel wizard getter (#106878)

This commit is contained in:
Vincent Koc
2026-07-14 07:01:44 +08:00
committed by GitHub
parent 88a45fe495
commit a010a2e0a3
@@ -103,10 +103,6 @@ export class ChannelWizardController {
return this.currentState;
}
get activeChannel(): string | null {
return this.channel;
}
async start(channel: string | null): Promise<void> {
const client = this.getClient();
if (!client) {