Added read-only field handling for Redis data types

This commit is contained in:
Stela Augustinova
2025-12-19 12:27:10 +01:00
parent 18307b2e03
commit 50680a4f2e
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
<DbKeyValueDetail
value={item && item[column.name]}
columnTitle={_.startCase(column.name)}
onChangeValue={onChangeItem
onChangeValue={onChangeItem && !column.readOnly
? value => {
onChangeItem?.({
...item,