mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(frontend): update dialog types
This commit is contained in:
parent
b511ee8323
commit
d1b8412e3b
@ -184,4 +184,4 @@ export type ExtractFormProps<T extends (arg: { data: any }) => unknown> =
|
||||
|
||||
export type ComponentFormDialogProps<
|
||||
T extends (arg: { data: any }) => unknown,
|
||||
> = FormButtonsProps & DialogProps<ExtractFormProps<T> | null, boolean>;
|
||||
> = FormButtonsProps & DialogProps<ExtractFormProps<T>, boolean>;
|
||||
|
Loading…
Reference in New Issue
Block a user