fix: log table unknown ws prop error

This commit is contained in:
Xyfacai 2024-10-30 22:49:24 +08:00 committed by CalciumIon
parent ee04dbd9dd
commit afc1e92ed0

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,