Skip to content

Commit

Permalink
chore: fix resloution
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 committed May 24, 2024
1 parent 1778517 commit 8b32297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/views/admin/DockerImagesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const onSelect = (selected: any[] | null): void => {
<Title>
<div class="gap-3 mb-3">{{ t('admin.dockerImages.title') }}</div>
</Title>
<Body class="w-full">
<Body>
<SelectButton
class="mb-3 gap-3 w-3"
v-model="selectedOption"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/admin/UsersView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const saveItem = async (): Promise<void> => {
<Title>
{{ t('admin.users.title') }}
</Title>
<Body class="w-full">
<Body>
<LazyDataTable
:pagination="pagination"
:entities="users"
Expand Down

0 comments on commit 8b32297

Please sign in to comment.