Skip to content

Commit

Permalink
fix(ui): dialog width
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed May 23, 2024
1 parent 3f96826 commit 470fad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/views/project/Repositories.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:save-button-text="itemId === 'new' ? $t('create') : $t('save')"
:title="`${itemId === 'new' ? $t('nnew') : $t('edit')} Repository`"
@save="loadItems()"
:max-width="450"
>
<template v-slot:form="{ onSave, onError, needSave, needReset }">
<RepositoryForm
Expand Down

0 comments on commit 470fad0

Please sign in to comment.