mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 23:49:27 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
a5744d00c4
@ -171,6 +171,11 @@ export function BindWorkflowConfig() {
|
|||||||
}),
|
}),
|
||||||
}[fieldSchema?.['x-action']];
|
}[fieldSchema?.['x-action']];
|
||||||
|
|
||||||
|
// NOTE(refactor): hard code
|
||||||
|
if (fieldSchema['x-use-component-props'] === 'usePickActionProps') {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<SchemaSettingsActionModalItem
|
<SchemaSettingsActionModalItem
|
||||||
title={t('Bind workflows', { ns: 'workflow' })}
|
title={t('Bind workflows', { ns: 'workflow' })}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user