mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-19 17:06:38 +08:00
fix: log table unknown ws prop error
This commit is contained in:
parent
ee04dbd9dd
commit
afc1e92ed0
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user