mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
fix
This commit is contained in:
@ -79,7 +79,11 @@ const Publish = () => {
|
||||
${runningStatus && 'cursor-not-allowed opacity-50'}
|
||||
`}
|
||||
>
|
||||
{t('workflow.common.publish')}
|
||||
{
|
||||
published
|
||||
? t('workflow.common.published')
|
||||
: t('workflow.common.publish')
|
||||
}
|
||||
</Button>
|
||||
</PortalToFollowElemTrigger>
|
||||
<PortalToFollowElemContent className='z-[11]'>
|
||||
|
||||
@ -135,7 +135,7 @@ const RunAndHistory: FC = () => {
|
||||
${showRunHistory && 'bg-primary-50'}
|
||||
`}
|
||||
onClick={() => {
|
||||
workflowStore.setState({ showRunHistory: !showRunHistory })
|
||||
workflowStore.setState({ showRunHistory: !showRunHistory, workflowRunId: '' })
|
||||
setCurrentLogItem()
|
||||
setShowMessageLogModal(false)
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user