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}>
|
<div className={styles.branchClass}>
|
||||||
{workflow?.executed ? (
|
{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}
|
) : null}
|
||||||
<TriggerConfig />
|
<TriggerConfig />
|
||||||
<div
|
<div
|
||||||
|
Loading…
Reference in New Issue
Block a user