We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eed51f commit 212144fCopy full SHA for 212144f
packages/effects/layouts/src/widgets/timezone/timezone-button.vue
@@ -16,7 +16,7 @@ const TimezoneIcon = createIconifyIcon('fluent-mdl2:world-clock');
16
17
const timezoneStore = useTimezoneStore();
18
19
-const timezoneRef = ref<null | string>(null);
+const timezoneRef = ref<string | undefined>();
20
21
const timezoneOptionsRef = ref<
22
{
0 commit comments