added close; fixed some issues

This commit is contained in:
2026-03-28 15:09:56 -06:00
parent 2ffc406b10
commit 246d816f84
8 changed files with 164 additions and 69 deletions

View File

@ -63,7 +63,7 @@ const initialState: EditorState = {
transcriptionStatus: '',
isExporting: false,
exportProgress: 0,
backendUrl: 'http://localhost:8642',
backendUrl: 'http://127.0.0.1:8000',
};
let nextRangeId = 1;