Skip to content

Commit

Permalink
feedback @mjac0bs
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Dec 18, 2024
1 parent 644da0d commit 808364b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ export const CloneDomainDrawer = (props: CloneDomainDrawerProps) => {
initialValues: { domain: '' },
onSubmit: async (values) => {
const newDomain = await cloneDomain(values);
onClose();
navigate({
params: { domainId: newDomain.id },
to: '/domains/$domainId',
});
onClose();
},
});

Expand Down

0 comments on commit 808364b

Please sign in to comment.