Skip to content

Commit

Permalink
Fix copilot delete redirect issue
Browse files Browse the repository at this point in the history
  • Loading branch information
faltawy committed Nov 28, 2023
1 parent d1126e5 commit 8145e9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function GeneralSettingsPage() {
title: "Copilot deleted",
description: "Your copilot has been deleted successfully.",
});
_.delay(() => replace("/"), 1000);
replace("/")
}
}
const [Name, setName] = React.useState(copilotName);
Expand Down

0 comments on commit 8145e9b

Please sign in to comment.