Skip to content

Commit 6580d14

Browse files
committed
chore: debugging weight problem
Unfortunately due to Dataverse not working locally on my machine and because of the time we have to fix bugs, I am left with no choice but to debug on demo.borealis. This should only be the last resort after a dev has exhausted all other options and should not be done at all.
1 parent f6c8d68 commit 6580d14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/new.state/xml/xml.util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export function changeWeightForSelectedVariables(
126126
if (currentCategories && Array.isArray(currentCategories)) {
127127
currentCategories.map((category) => {
128128
if (Array.isArray(category.catStat)) {
129+
console.log(category.catStat);
129130
category.catStat = [
130131
category.catStat[0],
131132
{

0 commit comments

Comments
 (0)