mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 11:56:29 +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];
|
const value = array?.field?.value[index];
|
||||||
return (
|
return (
|
||||||
<Input.TextArea
|
<Input.TextArea
|
||||||
value={value.title || t('Linkage rule')}
|
value={value.title}
|
||||||
defaultValue={t('Linkage rule')}
|
defaultValue={t('Linkage rule')}
|
||||||
onChange={(ev) => {
|
onChange={(ev) => {
|
||||||
ev.stopPropagation();
|
ev.stopPropagation();
|
||||||
|
Loading…
Reference in New Issue
Block a user