Sfoglia il codice sorgente

fix: log table unknown ws prop error

Xyfacai 1 anno fa
parent
commit
afc1e92ed0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,