storing survey data locally without saving
This commit is contained in:
parent
4d96cbaab1
commit
a75275c7de
5 changed files with 106 additions and 56 deletions
|
|
@ -7,7 +7,7 @@ interface CreateSurveyButtonProps {
|
|||
|
||||
const SaveButton: React.FC<CreateSurveyButtonProps> = ({onClick}) => {
|
||||
return (
|
||||
<button onClick={onClick} className={styles.createSurveyButton}>
|
||||
<button onClick={onClick} className={styles.createSurveyButton} >
|
||||
Сохранить
|
||||
</button>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue