We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b797dbf commit 3abab49Copy full SHA for 3abab49
packages/core/src/openbim/IDSSpecifications/index.ts
@@ -107,7 +107,10 @@ export class IDSSpecifications extends Component {
107
) {
108
const result: IDSSpecification[] = [];
109
const ids = IDSSpecifications.xmlParser.parse(data).ids;
110
- const { specifications } = ids;
+ const { specifications, info } = ids;
111
+
112
+ this.IDSInfo = { ...info };
113
114
if (specifications && specifications.specification) {
115
const specs = Array.isArray(specifications.specification)
116
? specifications.specification
0 commit comments