Skip to content

Commit c91236a

Browse files
committed
Merge branch 'miabranch' of https://github.com/acm-projects/Ment-or-ee into miabranch
2 parents 782756c + e04e633 commit c91236a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/components/questions/questions.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useNavigate } from "react-router-dom";
44
import TextQuestion from "../../common/TextQuestion.js";
55
import ButtonQuestion from "../../common/ButtonQuestion.js";
66
import DropdownQuestion from "../../common/DropdownQuestion.jsx";
7-
import Slider from "../../common/Slider.jsx";
7+
import Stepper from "../../common/Stepper.jsx";
88
// import { LinearProgress, Typography, Box } from "@mui/material";
99

1010
export function Questions({ formData, updateFormData, handleSubmit }) {
@@ -512,7 +512,7 @@ export function Questions({ formData, updateFormData, handleSubmit }) {
512512

513513
case "slider":
514514
return (
515-
<Slider
515+
<Stepper
516516
fields={sliderFields}
517517
onWeightageChange={handleWeightageChange}
518518
onAnswer={handleAnswer}

0 commit comments

Comments
 (0)