feat: increase support for multiple time zones

This commit is contained in:
zhongming4762 2025-10-22 20:23:55 +08:00
parent b029f77b6a
commit 61ce53b686

View File

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