mirror of
https://gitee.com/yudaocode/yudao-ui-admin-vben.git
synced 2025-12-30 10:32:25 +00:00
feat: increase support for multiple time zones
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
||||
interface Props {
|
||||
timezoneOptions: string[];
|
||||
okHandler?: (
|
||||
modalApi?: ExtendedModalApi,
|
||||
modalApi: ExtendedModalApi,
|
||||
timezone?: string,
|
||||
) => Promise<void> | void;
|
||||
timezone?: string;
|
||||
|
||||
Reference in New Issue
Block a user