Skip to content

Commit

Permalink
clear restore feedback on load
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieFox committed Jun 20, 2024
1 parent 98ab04b commit 35d5de3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/component/menuContent/dataSetting/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ dataSetting.restore = (parent) => {

dataSetting.control.restore.feedback = form.feedback();

data.feedback.clear.render(dataSetting.control.restore.feedback);

data.feedback.empty.render(dataSetting.control.restore.feedback);

dataSetting.control.restore.drop = new DropFile({
Expand Down

0 comments on commit 35d5de3

Please sign in to comment.