feat: increase support for multiple time zones
This commit is contained in:
parent
b029f77b6a
commit
61ce53b686
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user