fix: log table unknown ws prop error

This commit is contained in:
Xyfacai
2024-11-05 20:20:19 +08:00
committed by CalciumIon
parent dee7f63241
commit 6ae98047d4
+1 -1
View File
@@ -538,7 +538,7 @@ const LogsTable = () => {
value: content, value: content,
}) })
} }
if (other.ws) { if (other?.ws) {
expandDataLocal.push({ expandDataLocal.push({
key: '语音输入', key: '语音输入',
value: other.audio_input, value: other.audio_input,