@capytale/meta-player 0.7.1 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capytale/meta-player",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -133,7 +133,7 @@ function ActivitySettingsFormFieldDisplay(field: FormField) {
133
133
  onChange={(e) => onChange(e.value)}
134
134
  options={field.options}
135
135
  optionLabel="label"
136
- optionValue="name"
136
+ optionValue="value"
137
137
  />
138
138
  </div>
139
139
  );