Skip to content

Commit

Permalink
fix link bug
Browse files Browse the repository at this point in the history
  • Loading branch information
petertgiles committed Oct 30, 2024
1 parent 1a72ccc commit c7cba56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/Skills/CreateSkillPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ export const CreateSkillForm = ({
description: "Button label to create a new skill",
})}
/>
<Link color="warning" mode="inline" href={paths.departmentTable()}>
<Link color="warning" mode="inline" href={paths.skillTable()}>
{intl.formatMessage({
defaultMessage: "Cancel and go back to the skill editor",
id: "oCL/sl",
Expand Down

0 comments on commit c7cba56

Please sign in to comment.