Skip to content

Commit 3e93e8e

Browse files
committed
FIX #632
1 parent aae2a42 commit 3e93e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daikoku/javascript/src/components/adminbackoffice/tenants/TenantStyleEdit.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export const TenantStyleEdit = () => {
7474
}, ':root {\n') + '}';
7575

7676
const goBack = () => {
77-
navigate(`/settings/tenants/${state.tenant._id}`);
77+
navigate(`/settings/tenants/${state.tenant._id}/customization`);
7878
};
7979

8080
const reset = () => {

0 commit comments

Comments
 (0)