mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(frontend): apply feedback updates
This commit is contained in:
@@ -148,8 +148,8 @@ export type ComponentFormProps<T> = {
|
||||
data: T | null;
|
||||
onError?: () => void;
|
||||
onSuccess?: () => void;
|
||||
FormWrapper?: React.FC<FormDialogProps<T>>;
|
||||
FormWrapperProps?: Partial<FormDialogProps<T>>;
|
||||
Wrapper?: React.FC<FormDialogProps<T>>;
|
||||
WrapperProps?: Partial<FormDialogProps<T>>;
|
||||
};
|
||||
|
||||
export interface FormButtonsProps<T> {
|
||||
|
||||
Reference in New Issue
Block a user