feat: rerender runs on abort

This commit is contained in:
Karishma Shukla
2025-06-04 18:11:15 +05:30
committed by GitHub
parent 6f291c4237
commit c1097c801b

View File

@@ -58,6 +58,7 @@ export const MainPage = ({ handleEditRecording, initialContent }: MainPageProps)
} else {
notify('error', t('main_page.notifications.abort_failed', { name: runningRecordingName }));
}
setRerenderRuns(true);
})
}