fix(frontend): apply feedback updates

This commit is contained in:
yassinedorbozgithub
2025-02-04 11:30:44 +01:00
parent 0b19f45b59
commit 658bfbc924
10 changed files with 80 additions and 70 deletions

View File

@@ -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> {