Skip to content

Commit 026d98f

Browse files
committed
2060 client - Reorder project header buttons
1 parent 332a0b6 commit 026d98f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

client/src/pages/automation/project/components/project-header/ProjectHeader.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,18 +98,18 @@ const ProjectHeader = ({
9898

9999
<OutputPanelButton onShowOutputClick={handleShowOutputClick} />
100100

101-
<PublishPopover
102-
isPending={publishProjectMutationIsPending}
103-
onPublishProjectSubmit={handlePublishProjectSubmit}
104-
/>
105-
106101
<WorkflowActionsButton
107102
chatTrigger={chatTrigger ?? false}
108103
onRunClick={handleRunClick}
109104
onStopClick={handleStopClick}
110105
runDisabled={runDisabled}
111106
workflowIsRunning={workflowIsRunning}
112107
/>
108+
109+
<PublishPopover
110+
isPending={publishProjectMutationIsPending}
111+
onPublishProjectSubmit={handlePublishProjectSubmit}
112+
/>
113113
</div>
114114
</header>
115115
);

0 commit comments

Comments
 (0)