Skip to content

Commit

Permalink
apply the latest data saved when download
Browse files Browse the repository at this point in the history
  • Loading branch information
qcgm1978 committed Aug 10, 2023
1 parent 0adcdc0 commit c466ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatSetting.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async function download() {
// jsonData.value = value;
// eslint-disable-next-line no-debugger
// debugger;
reload(value[0]);
reload(value.at(-1));
}
}
const readJson = async (event) => {
Expand Down

0 comments on commit c466ced

Please sign in to comment.