Skip to content

Commit

Permalink
Fixed text block extension value issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Semyon Chertkov committed Dec 6, 2022
1 parent 74edbb0 commit fbd30e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion iXBRLViewerPlugin/viewer/src/js/concept.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class Concept {
}

isEnumeration() {
return Boolean(this._c.e);
return Boolean(this._c.en);
}
}

Expand Down

0 comments on commit fbd30e8

Please sign in to comment.