refactor past meeting

This commit is contained in:
Sara
2024-01-18 14:05:34 +01:00
parent fa4935c454
commit 69ae5b281e
7 changed files with 219 additions and 152 deletions

View File

@@ -100,6 +100,7 @@ export default function TranscriptBrowser() {
api
.v1TranscriptDelete(transcriptToDeleteId)
.then(() => {
refetch();
setDeletionLoading(false);
refetch();
onCloseDeletion();