handle exception cases
This commit is contained in:
@@ -337,6 +337,7 @@ function UploadPage() {
|
|||||||
e.stopPropagation(); // Prevent click from reaching file input
|
e.stopPropagation(); // Prevent click from reaching file input
|
||||||
isRecording ? stopRecording() : startRecording();
|
isRecording ? stopRecording() : startRecording();
|
||||||
}}
|
}}
|
||||||
|
disabled={!isConnected}
|
||||||
>
|
>
|
||||||
{isRecording ? "Stop Recording" : "Start Recording"}
|
{isRecording ? "Stop Recording" : "Start Recording"}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user