Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jan 28, 2025
1 parent eee5b0d commit 72e4508
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resources/js/components/drawers/PhotoEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
:invalid="!takenAtTz"
class="border-none"
></Select>
<!-- <InputText class="border-none" v-model="takenAtTz" placeholder="+00:00" :disabled="!is_taken_at_modified" /> -->
</InputGroupAddon>
</InputGroup>
<div></div>
Expand Down Expand Up @@ -140,9 +139,6 @@ const license = ref<SelectOption<App.Enum.LicenseType> | undefined>(undefined);
const uploadTz = ref<string | undefined>(undefined);
const takenAtTz = ref<string | undefined>(undefined);
// TODO: updating exif data later
// console.log(timeZoneOptions)
function load(photo: App.Http.Resources.Models.PhotoResource) {
photo_id.value = photo.id;
title.value = photo.title;
Expand Down

0 comments on commit 72e4508

Please sign in to comment.