Skip to content

Commit d6e56c8

Browse files
committed
fix the minor bug
1 parent 429c5b4 commit d6e56c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts-grpc-vite-admin/src/hooks/entity/UseDeleteEntityHook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const UseDeleteEntityHook = () => {
1717
onSuccess: (res) => {
1818
if (res.getStatus()) {
1919
// localStorage.setItem("token", token);
20-
redirect("/admin/role");
20+
redirect("/admin/entity");
2121
}
2222
}
2323
})

0 commit comments

Comments
 (0)