fix: show success message when start model falied
This commit is contained in:
@@ -19,7 +19,7 @@ const DeleteModal = forwardRef((props, ref) => {
|
||||
title?: string;
|
||||
operation: string;
|
||||
}
|
||||
>({});
|
||||
>({} as any);
|
||||
|
||||
useImperativeHandle(ref, () => ({
|
||||
show: (
|
||||
|
||||
Reference in New Issue
Block a user