mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
f15b90b4c3
@ -27,7 +27,7 @@ const LinkageRulesTitle = (props) => {
|
||||
const value = array?.field?.value[index];
|
||||
return (
|
||||
<Input.TextArea
|
||||
value={value.title || t('Linkage rule')}
|
||||
value={value.title}
|
||||
defaultValue={t('Linkage rule')}
|
||||
onChange={(ev) => {
|
||||
ev.stopPropagation();
|
||||
|
Loading…
x
Reference in New Issue
Block a user