mirror of
https://github.com/langgenius/dify.git
synced 2026-02-10 21:14:25 +08:00
fix: workflow header (#25411)
This commit is contained in:
parent
b433322e8d
commit
249b62c9de
@ -11,9 +11,10 @@ const EditingTitle = () => {
|
||||
const draftUpdatedAt = useStore(state => state.draftUpdatedAt)
|
||||
const publishedAt = useStore(state => state.publishedAt)
|
||||
const isSyncingWorkflowDraft = useStore(s => s.isSyncingWorkflowDraft)
|
||||
const maximizeCanvas = useStore(s => s.maximizeCanvas)
|
||||
|
||||
return (
|
||||
<div className='system-xs-regular flex h-[18px] items-center text-text-tertiary'>
|
||||
<div className={`system-xs-regular flex h-[18px] min-w-[300px] items-center whitespace-nowrap text-text-tertiary ${maximizeCanvas ? 'ml-2' : ''}`}>
|
||||
{
|
||||
!!draftUpdatedAt && (
|
||||
<>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user