Skip to content

Commit

Permalink
lestarch: fixing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Aug 1, 2021
1 parent b68fd58 commit 536af64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fprime_gds/flask/static/addons/sequencer/addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Vue.component("sequencer", {
_self.active = false;
let type = message.type || "validation";
let content = message.error || message;
_self.messages[type] = message;
_self.messages[type] = content;
});
},
/**
Expand All @@ -129,4 +129,4 @@ Vue.component("sequencer", {
document.body.removeChild(element);
}
},
});
});

0 comments on commit 536af64

Please sign in to comment.