diff --git a/src/pages/views/teamsbot/TeamsbotDashboardView.tsx b/src/pages/views/teamsbot/TeamsbotDashboardView.tsx index 5e8b869..53b9300 100644 --- a/src/pages/views/teamsbot/TeamsbotDashboardView.tsx +++ b/src/pages/views/teamsbot/TeamsbotDashboardView.tsx @@ -72,7 +72,6 @@ export const TeamsbotDashboardView: React.FC = () => { }; const _handleDeleteSession = async (sessionId: string) => { - if (!window.confirm('Sitzung und alle zugehoerigen Daten loeschen?')) return; try { await teamsbotApi.deleteSession(instanceId, sessionId); await _loadSessions();