fix: serverTimezone update
This commit is contained in:
parent
754053acc1
commit
15c00bcdd7
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class="overflow-auto overflow-x-hidden absolute z-50 mt-1 w-64 max-h-60 bg-white
|
|||
<template
|
||||
x-for="timezone in timezones.filter(tz => tz.toLowerCase().includes(search.toLowerCase()))"
|
||||
:key="timezone">
|
||||
<div @click="search = timezone; open = false; $wire.set('server.settings.server_timezone', timezone)"
|
||||
<div @click="search = timezone; open = false; $wire.set('serverTimezone', timezone)"
|
||||
class="px-4 py-2 text-gray-800 cursor-pointer hover:bg-gray-100 dark:hover:bg-coolgray-300 dark:text-gray-200"
|
||||
x-text="timezone"></div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue