mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 09:17:23 +00: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…
Reference in New Issue
Block a user