Skip to content

Commit

Permalink
Merge pull request #188 from NASA-AMMOS/issue-187
Browse files Browse the repository at this point in the history
Issue #187 - Fix broken Search component
  • Loading branch information
MJJoyce authored Jan 20, 2021
2 parents 5e7f611 + 291cb45 commit dbdea32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ait/gui/static/js/ait/gui/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const MnemonicSearch = {

if (curPacket !== null) {
dneu = this._selection in curPacket['dntoeu']
val = getFieldTyoe(curPacket, !dneu)
val = getFieldType(curPacket, !dneu)
val = val[this._selection]
raw = curPacket['raw'][this._selection]
}
Expand Down

0 comments on commit dbdea32

Please sign in to comment.