Skip to content

Commit

Permalink
Removed Start Over Button
Browse files Browse the repository at this point in the history
  • Loading branch information
sergesoroka committed Feb 1, 2024
1 parent c044441 commit f467e76
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/SurveyComp/SurveyComp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ function SurveyComponent({ setResult, surveyReset, templateURL }) {
innerCss: "sd-btn nav-input",
});

survey.addNavigationItem({
id: "sv-nav-clear-all",
title: "Start Over",
action: () => {
survey.clear();
},
css: "nav-button",
innerCss: "sd-btn nav-input",
});
// survey.addNavigationItem({
// id: "sv-nav-clear-all",
// title: "Start Over",
// action: () => {
// survey.clear();
// },
// css: "nav-button",
// innerCss: "sd-btn nav-input",
// });

survey.addLayoutElement({
id: "new-el",
Expand Down

0 comments on commit f467e76

Please sign in to comment.