mozrest-sdk-react-dev 0.3.20 → 0.3.21

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/mozrest-sdk.es.js CHANGED
@@ -126134,7 +126134,7 @@ const SelectChannels = () => {
126134
126134
  isClearable: true,
126135
126135
  options: data2,
126136
126136
  placeholder: t2("ALL"),
126137
- getOptionLabel: (option) => option.name,
126137
+ getOptionLabel: (option) => option.name === "Resbook" ? "Widget" : option.name,
126138
126138
  getOptionValue: (option) => option.id,
126139
126139
  isLoading,
126140
126140
  label: t2("CHANNELS"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mozrest-sdk-react-dev",
3
- "version": "0.3.20",
3
+ "version": "0.3.21",
4
4
  "main": "mozrest-sdk.es.js",
5
5
  "keywords": [
6
6
  "mozrest"