@centreon/ui 24.10.0 → 24.10.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centreon/ui",
3
- "version": "24.10.0",
3
+ "version": "24.10.1",
4
4
  "description": "Centreon UI Components",
5
5
  "scripts": {
6
6
  "update:deps": "pnpx npm-check-updates -i --format group",
@@ -167,7 +167,7 @@ const ContentEditable = ({
167
167
  editable && classes.container,
168
168
  !isEditable && !disabled && classes.notEditable,
169
169
  className,
170
- isFocused && classes.inputFocused
170
+ !disabled && isFocused && classes.inputFocused
171
171
  )}
172
172
  >
173
173
  {editable && isTextEmpty && (