This commit is contained in:
Rizky 2024-08-27 06:10:12 +07:00
parent 947051cca5
commit fe405838a4
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -325,7 +325,7 @@ export const EDGlobal = {
on_pick?: (group_id: string) => void | Promise<void>; on_pick?: (group_id: string) => void | Promise<void>;
on_close?: () => void | Promise<void>; on_close?: () => void | Promise<void>;
}, },
api: { open: true }, api: { open: false },
}, },
}, },
}; };