Skip to content

Commit

Permalink
fix(candidate): experiences selection button in timeline is now disab…
Browse files Browse the repository at this point in the history
…led when timeline element status is disabled
  • Loading branch information
agarbe committed Sep 11, 2024
1 parent 0feb55c commit b67bdf2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const ExperiencesTimelineElement = () => {
<Button
data-test="timeline-add-experience"
priority="secondary"
disabled={status === "disabled"}
onClick={() => {
router.push("/experiences/add");
}}
Expand Down

0 comments on commit b67bdf2

Please sign in to comment.