mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-26 21:41:50 +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;
|
const pageCount = 3;
|
||||||
let pageIndex = 3;
|
let pageIndex = 0;
|
||||||
|
|
||||||
const formInitialValues = {
|
const formInitialValues = {
|
||||||
name: '',
|
name: '',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue