Skip to content

Commit 9a46e0a

Browse files
fixing bug in adding deployment plan to archive (#228)
* fixing bug in adding deployment plan to archive * removing empty log statement
1 parent f68441b commit 9a46e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/js/utils/wrc-wdt-archive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ define(['models/wkt-project', 'utils/i18n', 'utils/wdt-archive-helper', 'utils/w
9797
result.entryTypeName = wrcEntryTypeName.slice(0, -3);
9898
}
9999
else {
100-
result.type = wrcEntryTypeName;
100+
result.entryTypeName = wrcEntryTypeName;
101101
}
102102
}
103103

0 commit comments

Comments
 (0)