Skip to content

Commit

Permalink
Fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
nana-boateng committed Aug 26, 2024
1 parent e5f5e6f commit 3863d32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/new.state/xml/xml.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,8 @@ function editSingleVariable(
.importedVariable['@_wgt']
? importedVariablesMatched.importedVariable['@_wgt']
: '';
currentVariableCloned.catgry =
importedVariablesMatched.importedVariable.catgry;
}
if (!currentVariable.qstn) {
currentVariableCloned.qstn = {
Expand Down

0 comments on commit 3863d32

Please sign in to comment.