Skip to content

Commit

Permalink
Merge pull request #2057 from solliancenet/sc-fix-agent-form-buttons-…
Browse files Browse the repository at this point in the history
…091alpha1

(0.9.1-alpha1) Fix agent form buttons
  • Loading branch information
ciprianjichici authored Dec 11, 2024
2 parents cb1b17a + ca9d6d7 commit ace8bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ManagementPortal/pages/agents/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
</template>


<div class="button-container column-2 justify-self-end">
<div class="span-2 d-flex justify-content-end" style="gap: 16px">
<!-- Create agent -->
<Button
:label="editAgent ? 'Save Changes' : 'Create Agent'"
Expand Down

0 comments on commit ace8bd5

Please sign in to comment.