mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-28 05:23:24 +08:00
feat: increase support for multiple time zones
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
|||||||
interface Props {
|
interface Props {
|
||||||
timezoneOptions: string[];
|
timezoneOptions: string[];
|
||||||
okHandler?: (
|
okHandler?: (
|
||||||
modalApi?: ExtendedModalApi,
|
modalApi: ExtendedModalApi,
|
||||||
timezone?: string,
|
timezone?: string,
|
||||||
) => Promise<void> | void;
|
) => Promise<void> | void;
|
||||||
timezone?: string;
|
timezone?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user