next-helios-fe 1.10.24 → 1.10.25

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": "next-helios-fe",
3
- "version": "1.10.24",
3
+ "version": "1.10.25",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -219,7 +219,7 @@ export const MultipleSelect: React.FC<MultipleSelectProps> = ({
219
219
  }`}
220
220
  >
221
221
  <span>{menus.find((i) => i.value === item)?.label}</span>
222
- {(!readOnly! || !options?.disableDropdown) && (
222
+ {!readOnly && !options?.disableDropdown && (
223
223
  <button
224
224
  type="button"
225
225
  disabled={