odaptos_design_system 2.0.202 → 2.0.203

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.
@@ -19312,11 +19312,7 @@ const MultiSelect = ({
19312
19312
  setValue(newValue);
19313
19313
  onChange(newValue);
19314
19314
  },
19315
- options: options ? options : [{
19316
- label: 'Loading...',
19317
- value: 0,
19318
- year: 100
19319
- }],
19315
+ options: options,
19320
19316
  multiple: true,
19321
19317
  autoComplete: options.length > 10,
19322
19318
  size: "small",