diff --git a/packages/frontend/src/os.ts b/packages/frontend/src/os.ts index 5e7a8a128e..1950a3eb5b 100644 --- a/packages/frontend/src/os.ts +++ b/packages/frontend/src/os.ts @@ -89,8 +89,6 @@ export const apiWithDialog = ( = T extends Promise ? U : never; - export function promiseDialog>( promise: T, onSuccess?: ((res: Awaited) => void) | null,