Skip to content

Commit

Permalink
fix(dashboard): default disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 28, 2024
1 parent 9d20fb8 commit 9c65e66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const MenuItemsGroup = ({ children }: { children: ReactNode }) => {
const MenuItem = ({
children,
stepType,
disabled = true,
disabled,
onClick,
}: {
children: ReactNode;
Expand Down

0 comments on commit 9c65e66

Please sign in to comment.