handle exception cases

This commit is contained in:
Joel Mathew Thomas
2025-03-22 22:14:09 +05:30
parent 7d28d28ee4
commit 85bb67078c
+1
View File
@@ -337,6 +337,7 @@ function UploadPage() {
e.stopPropagation(); // Prevent click from reaching file input
isRecording ? stopRecording() : startRecording();
}}
disabled={!isConnected}
>
{isRecording ? "Stop Recording" : "Start Recording"}
</Button>