Skip to content

Commit

Permalink
fix: make current tz offset not copyable
Browse files Browse the repository at this point in the history
  • Loading branch information
sharevb committed Sep 14, 2024
1 parent 66bfb2d commit 4784925
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tools/timezone-converter/timezone-converter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,11 @@ const countryToTimezonesOutput = computed(() => ctz.getTimezonesForCountry(count
/>

<n-space justify="space-evenly">
<input-copyable
<c-input-text
label="Current Timezone Offset"
label-position="left"
:value="currentTimezoneOffset"
readonly
mb-2
/>
<n-form-item label="Use 24 hour time format" label-placement="left">
<n-switch v-model:value="use24HourTimeFormat" />
Expand Down

0 comments on commit 4784925

Please sign in to comment.