mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:26:44 +00:00
fix: remove pattern without form item (#528)
This commit is contained in:
parent
4481109b1e
commit
e65ed6dfa1
@ -187,7 +187,7 @@ FormItem.Designer = () => {
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
{!form?.readPretty && collectionField?.interface !== 'o2m' && (
|
||||
{form && !form?.readPretty && collectionField?.interface !== 'o2m' && (
|
||||
<SchemaSettings.SelectItem
|
||||
key="pattern"
|
||||
title={t('Pattern')}
|
||||
|
Loading…
Reference in New Issue
Block a user