Browse Source

fix: log table unknown ws prop error

Xyfacai 1 year ago
parent
commit
afc1e92ed0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/src/components/LogsTable.js

+ 1 - 1
web/src/components/LogsTable.js

@@ -538,7 +538,7 @@ const LogsTable = () => {
           value: content,
         })
       }
-      if (other.ws) {
+      if (other?.ws) {
         expandDataLocal.push({
           key: '语音输入',
           value: other.audio_input,