mirror of
https://github.com/certimate-go/certimate.git
synced 2026-06-30 21:05:12 +08:00
fix(ui): #1140
This commit is contained in:
parent
2d4f2888dd
commit
3ccbd94e27
@ -158,7 +158,12 @@ const WorkflowDetailDesign = () => {
|
||||
<Alert showIcon title={<div className="truncate">{t("workflow.detail.design.unpublished_draft.alert")}</div>} type="warning" />
|
||||
</Show>
|
||||
</div>
|
||||
<Space.Compact>
|
||||
<Space.Compact
|
||||
style={{
|
||||
backgroundColor: themeToken.colorBgContainer,
|
||||
borderRadius: themeToken.borderRadius,
|
||||
}}
|
||||
>
|
||||
<Button disabled={workflowPublishDisabled} ghost type="primary" onClick={handlePublishClick}>
|
||||
{t("workflow.detail.design.action.publish.button")}
|
||||
</Button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user