Browse Source

feat: increase support for multiple time zones

zhongming4762 7 tháng trước cách đây
mục cha
commit
61ce53b686

+ 1 - 1
packages/effects/layouts/src/widgets/timezone/timezone-button.vue

@@ -16,7 +16,7 @@ import {
 interface Props {
   timezoneOptions: string[];
   okHandler?: (
-    modalApi?: ExtendedModalApi,
+    modalApi: ExtendedModalApi,
     timezone?: string,
   ) => Promise<void> | void;
   timezone?: string;