[Fix] UI: Correct endpoint case for transcription receive error handling.
This commit is contained in:
@@ -115,7 +115,7 @@ export const _useBackendErrorHandling = () => {
|
|||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
||||||
case "/run/enable_transcription_send":
|
case "/run/enable_transcription_receive":
|
||||||
if (message === "Transcription receive disabled due to VRAM overflow") {
|
if (message === "Transcription receive disabled due to VRAM overflow") {
|
||||||
updateTranscriptionReceiveStatus(data);
|
updateTranscriptionReceiveStatus(data);
|
||||||
showNotification_Error("Transcription receive disabled due to VRAM overflow");
|
showNotification_Error("Transcription receive disabled due to VRAM overflow");
|
||||||
|
|||||||
Reference in New Issue
Block a user