We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332a0b6 commit 026d98fCopy full SHA for 026d98f
1 file changed
client/src/pages/automation/project/components/project-header/ProjectHeader.tsx
@@ -98,18 +98,18 @@ const ProjectHeader = ({
98
99
<OutputPanelButton onShowOutputClick={handleShowOutputClick} />
100
101
- <PublishPopover
102
- isPending={publishProjectMutationIsPending}
103
- onPublishProjectSubmit={handlePublishProjectSubmit}
104
- />
105
-
106
<WorkflowActionsButton
107
chatTrigger={chatTrigger ?? false}
108
onRunClick={handleRunClick}
109
onStopClick={handleStopClick}
110
runDisabled={runDisabled}
111
workflowIsRunning={workflowIsRunning}
112
/>
+
+ <PublishPopover
+ isPending={publishProjectMutationIsPending}
+ onPublishProjectSubmit={handlePublishProjectSubmit}
+ />
113
</div>
114
</header>
115
);
0 commit comments