Кнопки назад

This commit is contained in:
Artem Tsyrulnikov
2026-01-03 11:29:44 +03:00
parent 922067d194
commit ab9af29f24
8 changed files with 13 additions and 13 deletions

View File

@@ -109,7 +109,7 @@ func (s *SelectWorkspace) HandleCallback(b *bot.Bot, u *echotron.Update) {
if err != nil {
log.Error().Err(err).Str("channel_id", s.ChannelID).Str("workspace_id", workspaceID).Msg("Failed to attach channel to workspace")
b.Edit("❌ Не удалось добавить канал в workspace", bot.Keyboard(
bot.Row(bot.Button("« Назад", "back_to_select")),
bot.Row(bot.Button(" Назад", "back_to_select")),
))
return
}