mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: pageInex back to zero
This commit is contained in:
parent
6cd1baea98
commit
616ad75cbd
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
};
|
||||
|
||||
const pageCount = 3;
|
||||
let pageIndex = 3;
|
||||
let pageIndex = 0;
|
||||
|
||||
const formInitialValues = {
|
||||
name: '',
|
||||
|
|
|
|||
Loading…
Reference in a new issue