Fix channels not active after selection and add Fetch Channels button to Channels tab

Co-authored-by: xCyanGrizzly <53275238+xCyanGrizzly@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-05 22:04:28 +00:00
parent 2bb3caf7d9
commit 8d508d5a86
3 changed files with 46 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ export function TelegramAdmin({
<AccountsTab accounts={accounts} />
</TabsContent>
<TabsContent value="channels">
<ChannelsTab channels={channels} globalDestination={globalDestination} />
<ChannelsTab channels={channels} globalDestination={globalDestination} accounts={accounts} />
</TabsContent>
<TabsContent value="sends">
<BotSendsTab history={sendHistory} />