teams bridge
This commit is contained in:
parent
012d4ef4d3
commit
070ef8c98f
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue