Skip to content

Commit

Permalink
Improve UI
Browse files Browse the repository at this point in the history
  • Loading branch information
hongquan committed Nov 21, 2024
1 parent 7d953f8 commit 3986a96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/src/views/BlogPostEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
label='OpenGraph image'
:error-message='getValidationError("og_image")'
/>
<div class='text-center mt-2'>
<div class='text-center mt-2 space-x-4'>
<FwbButton
type='submit'
:loading='isSubmitting'
Expand All @@ -119,6 +119,7 @@
</FwbButton>
<FwbButton
type='button'
color='purple'
:loading='isSubmitting'
@click='onSubmit(true)'
>
Expand Down

0 comments on commit 3986a96

Please sign in to comment.