Skip to content

Commit

Permalink
fix: make actions in sidebar have unique IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
vysinsky committed Jun 16, 2022
1 parent e15d424 commit 9cc2774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function Sidebar() {
inline
name={action}
type="checkbox"
id={`action-${action}`}
id={`${route.name}-action-${action}`}
label={action}
className="metismenu-link"
checked={
Expand Down

0 comments on commit 9cc2774

Please sign in to comment.