Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Aug 4, 2023
1 parent 3c0ad90 commit 82b6640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/question_ranking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ Serializer.addClass(
visibleIf: (obj: any) => {
return !!obj.selectToRankEnabled;
},
isSerializable: false
isSerializable: true
},
{ name: "minSelectedChoices:number",
visible: true,
Expand All @@ -587,7 +587,7 @@ Serializer.addClass(
visibleIf: (obj: any) => {
return !!obj.selectToRankEnabled;
},
isSerializable: false
isSerializable: true
},
{ name: "itemComponent", visible: false, default: "" }
],
Expand Down

0 comments on commit 82b6640

Please sign in to comment.