Skip to content

Commit

Permalink
Merge pull request #3209 from chakflying/fix/apikey-modal-layout
Browse files Browse the repository at this point in the history
Fix: Fix incorrect modal layout in generate api-key
  • Loading branch information
louislam committed May 31, 2023
2 parents 343a1d3 + 04806ba commit 20af2d9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/components/APIKeyDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,14 @@
</div>
</div>
</div>

<div class="modal-footer">
<button
id="monitor-submit-btn" class="btn btn-primary" type="submit"
:disabled="processing"
>
{{ $t("Generate") }}
</button>
</div>
</div>
<div class="modal-footer">
<button
id="monitor-submit-btn" class="btn btn-primary" type="submit"
:disabled="processing"
>
{{ $t("Generate") }}
</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 20af2d9

Please sign in to comment.