Skip to content

Commit

Permalink
All fields will be reset with the error removed
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrySteenkamer committed Aug 6, 2021
1 parent 7a56d55 commit 70efe1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/public/views/Logs/Logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -943,8 +943,11 @@ export default class Overview extends Observable {
this.title = '';
this.tags = [];
this.runs = [];
this.runNumbers = null;
this.attachments = [];

this.createdLog = RemoteData.NotAsked();

// Remove trailing CodeMirror div(s)
removeElement('.CodeMirror');
}
Expand Down

0 comments on commit 70efe1f

Please sign in to comment.