Skip to content

Commit

Permalink
changeConfig works even without numberOfPlacesToSelect (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
mroloux authored Nov 5, 2024
1 parent c0996ac commit 4c86f44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class ConfigChange {
public String objectLabel;

@Expose
public int numberOfPlacesToSelect;
public Integer numberOfPlacesToSelect;

@Expose
public Object maxSelectedObjects;
Expand Down

0 comments on commit 4c86f44

Please sign in to comment.