Commit 6ae98047 by Xyfacai Committed by CalciumIon

fix: log table unknown ws prop error

parent dee7f632
......@@ -538,7 +538,7 @@ const LogsTable = () => {
value: content,
})
}
if (other.ws) {
if (other?.ws) {
expandDataLocal.push({
key: '语音输入',
value: other.audio_input,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment