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:
@@ -154,7 +154,7 @@ export type ComponentFormProps<T> = {
|
||||
|
||||
export interface FormButtonsProps<T> {
|
||||
onCancel?: () => void;
|
||||
onConfirm: (e: BaseSyntheticEvent) => Promise<T>;
|
||||
onSubmit: (e: BaseSyntheticEvent) => Promise<T>;
|
||||
}
|
||||
|
||||
export type ComponentFormDialogProps<T> = DialogProps<T | null, boolean>;
|
||||
|
||||
Reference in New Issue
Block a user