mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(package): call the correct export for closeInputDialog
This commit is contained in:
@@ -42,4 +42,4 @@ type inputDialog = (
|
|||||||
) => Promise<Array<string | number | boolean> | undefined>;
|
) => Promise<Array<string | number | boolean> | undefined>;
|
||||||
export const inputDialog: inputDialog = async (heading, rows) => await exports.ox_lib.inputDialog(heading, rows);
|
export const inputDialog: inputDialog = async (heading, rows) => await exports.ox_lib.inputDialog(heading, rows);
|
||||||
|
|
||||||
export const closeInputDialog = () => exports.ox_lib.inputDialog();
|
export const closeInputDialog = () => exports.ox_lib.closeInputDialog();
|
||||||
|
|||||||
Reference in New Issue
Block a user