Skip to content

Commit cff4ccc

Browse files
authored
Fix ChatArea status_ref handling (#490)
1 parent f20bf8f commit cff4ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panel_material_ui/chat/ChatArea.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export function render({model, view}) {
272272
model.send_msg({type: "input", value: value_input})
273273
setFileData([])
274274
setValueInput("")
275-
await waitForRef(status_ref)
275+
await waitForRef(upload_ref)
276276
setProgress(undefined)
277277
}
278278

0 commit comments

Comments
 (0)