fix: tree collection can be sync to sub-apps
This commit is contained in:
parent
fb0cdb704f
commit
bf50615060
@ -34,6 +34,13 @@ collectionTemplates.general.configurableProperties.syncToApps = {
|
||||
'x-component': AppSelect,
|
||||
};
|
||||
|
||||
collectionTemplates.tree.configurableProperties.syncToApps = {
|
||||
type: 'string',
|
||||
title: '{{ t("Sync to apps") }}',
|
||||
'x-decorator': 'FormItem',
|
||||
'x-component': AppSelect,
|
||||
};
|
||||
|
||||
export default (props) => {
|
||||
return <>{props.children}</>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user