Skip to content

Commit ab8a6d9

Browse files
committed
removing new from Immutable.List
1 parent bb6208b commit ab8a6d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • playground/forms/custom-toolbar-radio-button

playground/forms/custom-toolbar-radio-button/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ const createGroupedRadioButtons = async (instance: Instance | null) => {
3030

3131
const formField = new NutrientViewer.FormFields.RadioButtonFormField({
3232
name: "MyFormField",
33-
annotationIds: new NutrientViewer.Immutable.List([
33+
annotationIds: NutrientViewer.Immutable.List([
3434
radioWidget1.id,
3535
radioWidget2.id,
3636
]),
37-
options: new NutrientViewer.Immutable.List([
37+
options: NutrientViewer.Immutable.List([
3838
new NutrientViewer.FormOption({
3939
label: "Option 1",
4040
value: "1",

0 commit comments

Comments
 (0)