Skip to content

Commit

Permalink
fix1
Browse files Browse the repository at this point in the history
  • Loading branch information
xetalpha committed Jun 30, 2024
1 parent 836ee27 commit f9d549a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/src/pages/setting/editSource/Sift.vue
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ const actionClass = () => {
}
if (response?.title && response?.m) form.value.content.debug = transformData(response);
form.value.classResult = transformData(response);
form.value.classResult = transformData(response);
changeNav('debug', 'class');
};
Expand Down

0 comments on commit f9d549a

Please sign in to comment.