mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix(plugin-workflow): remove bind workflow settings button from data picker (#6455)
This commit is contained in:
parent
dd2d2cc37a
commit
3b1f016256
@ -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