chore: rm comments for handleClose
This commit is contained in:
@@ -105,7 +105,7 @@ export const RobotDuplicationModal = ({ isOpen, handleStart, handleClose, initia
|
|||||||
if (success) {
|
if (success) {
|
||||||
notify('success', 'Robot duplicated successfully.');
|
notify('success', 'Robot duplicated successfully.');
|
||||||
handleStart(robot); // Inform parent about the updated robot
|
handleStart(robot); // Inform parent about the updated robot
|
||||||
handleClose(); // Close the modal
|
handleClose();
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
|
|||||||
Reference in New Issue
Block a user