@entur/dropdown 6.0.3-RC.0 → 6.0.3-RC.1

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.
@@ -2269,7 +2269,7 @@ var MultiSelect = function MultiSelect(_ref) {
2269
2269
  preventKeyAction: isOpen,
2270
2270
  value: inputValue != null ? inputValue : EMPTY_INPUT,
2271
2271
  ref: inputRef
2272
- }))))), "; ;"), React.createElement(DropdownList, {
2272
+ })))))), React.createElement(DropdownList, {
2273
2273
  ariaLabelChosenSingular: ariaLabelChosenSingular,
2274
2274
  ariaLabelSelectedItem: ariaLabelSelectedItem,
2275
2275
  getItemProps: getItemProps,