added close; fixed some issues
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user