mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 15:56:15 -04:00
fix: make current tz offset not copyable
This commit is contained in:
parent
66bfb2db02
commit
4784925ee6
1 changed files with 1 additions and 2 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue