Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokang00010 committed Dec 14, 2024
1 parent 63a7637 commit f7bc279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GPTSoViTsMiddleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function AddNewCharacterDialog({ open, onOk, onErr, onClose }) {
<mui.Button
onClick={() => {
if (editingName) {
setSourcesToFetch([...sourcesToFetch, editingName])
setNames([...names, editingName])
setEditingName("")
} else {
onErr('Please enter a name for the character')
Expand Down

0 comments on commit f7bc279

Please sign in to comment.