Skip to content

Commit 15c00bc

Browse files
committed
fix: serverTimezone update
1 parent 754053a commit 15c00bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/server/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class="overflow-auto overflow-x-hidden absolute z-50 mt-1 w-64 max-h-60 bg-white
124124
<template
125125
x-for="timezone in timezones.filter(tz => tz.toLowerCase().includes(search.toLowerCase()))"
126126
:key="timezone">
127-
<div @click="search = timezone; open = false; $wire.set('server.settings.server_timezone', timezone)"
127+
<div @click="search = timezone; open = false; $wire.set('serverTimezone', timezone)"
128128
class="px-4 py-2 text-gray-800 cursor-pointer hover:bg-gray-100 dark:hover:bg-coolgray-300 dark:text-gray-200"
129129
x-text="timezone"></div>
130130
</template>

0 commit comments

Comments
 (0)