Skip to content

Commit

Permalink
Add always visible new album labels
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed May 4, 2023
1 parent 253176f commit e482089
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/Albums/AlbumForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@
name="name"
:required="true"
autofocus="true"
:placeholder="t('photos', 'Name of the album')" />
:label="t('photos', 'Name of the album')"
:label-visible="true" />
<label>
<MapMarker /><NcTextField :value.sync="albumLocation"
<MapMarker />
<NcTextField :value.sync="albumLocation"
name="location"
type="text"
:placeholder="t('photos', 'Location of the album')" />
:label="t('photos', 'Location of the album')"
:label-visible="true" />
</label>
</div>
<div class="form-buttons">
Expand Down

0 comments on commit e482089

Please sign in to comment.