Skip to content

Commit

Permalink
chore: reorder buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm authored and barmac committed Feb 18, 2025
1 parent b3f80ab commit 269fadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/app/tabs/rpa/RPAEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ export class RPAEditor extends CachedComponent {
<DebugInfo editor={ editor } />
</Fill>

<RunButton editor={ editor } layout={ this.props.layout } onAction={ this.props.onAction } />
<StatusButton getConfig={ this.props.getConfig } setConfig={ this.props.getConfig } editor={ editor } />
<RunButton editor={ editor } layout={ this.props.layout } onAction={ this.props.onAction } />
</>
}

Expand Down
2 changes: 1 addition & 1 deletion client/src/app/tabs/rpa/StatusButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function StatusButton(props) {

return <>
{
<Fill slot="status-bar__file" group="8_deploy" priority={ 0 }>
<Fill slot="status-bar__file" group="8_deploy" priority={ 40 }>
<button
ref={ buttonRef }
onClick={ () => setIsOpen(!isOpen) }
Expand Down

0 comments on commit 269fadf

Please sign in to comment.