Skip to content

Commit

Permalink
Make project name readonly when editing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Haeri Azad committed Oct 18, 2024
1 parent 4ac7d1f commit 6acdf01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opal-ui/src/components/project/AddProjectDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
type="text"
:label="$t('name')"
:hint="$t('unique_name_hint')"
:disable="editMode"
style="min-width: 300px"
class="q-mb-md"
lazy-rules
Expand Down

0 comments on commit 6acdf01

Please sign in to comment.