Fix issue where share solution is shown without submitting

pull/8173/head
Kamran Ahmed 2 weeks ago
parent 5cc4b834d1
commit e0da1e4f0e
  1. 4
      src/components/Projects/StatusStepper/ProjectStepper.tsx

@ -287,6 +287,8 @@ export function ProjectStepper(props: ProjectStepperProps) {
number={2} number={2}
/> />
{activeStep > 1 && (
<>
<span className="text-gray-600 sm:hidden">&middot;</span> <span className="text-gray-600 sm:hidden">&middot;</span>
<button <button
className={cn( className={cn(
@ -309,6 +311,8 @@ export function ProjectStepper(props: ProjectStepperProps) {
</> </>
)} )}
</button> </button>
</>
)}
</div> </div>
<StepperStepSeparator isActive={activeStep > 1} /> <StepperStepSeparator isActive={activeStep > 1} />
<MilestoneStep <MilestoneStep

Loading…
Cancel
Save