chore: update deps

This commit is contained in:
ChenZhaoYu
2023-04-03 08:51:04 +08:00
parent 5594b0baa9
commit 4e4e41b0d6
3 changed files with 12 additions and 14 deletions

View File

@@ -259,7 +259,7 @@ async function onRegenerate(index: number) {
index,
{
dateTime: new Date().toLocaleString(),
text: lastText + data.text ?? '',
text: lastText + (data.text ?? ''),
inversion: false,
error: false,
loading: true,