fix(plugin-workflow): fix canvas style (#2959)
This commit is contained in:
parent
1f9dae6ebd
commit
98d8ddc43e
@ -27,7 +27,14 @@ export function CanvasContent({ entry }) {
|
||||
>
|
||||
<div className={styles.branchClass}>
|
||||
{workflow?.executed ? (
|
||||
<Alert type="warning" message={lang('Executed workflow cannot be modified')} showIcon />
|
||||
<Alert
|
||||
type="warning"
|
||||
message={lang('Executed workflow cannot be modified')}
|
||||
showIcon
|
||||
className={css`
|
||||
margin-bottom: 1em;
|
||||
`}
|
||||
/>
|
||||
) : null}
|
||||
<TriggerConfig />
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user