Browse Source

feat: increase support for multiple time zones

pull/6839/head
zhongming4762 4 months ago
parent
commit
61ce53b686
  1. 2
      packages/effects/layouts/src/widgets/timezone/timezone-button.vue

2
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;

Loading…
Cancel
Save