Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 387 | Rev 395 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 387 Rev 394
Línea 8... Línea 8...
8
 
8
 
9
    //init states 
9
    //init states 
10
    const [confirmationBoxShow, setConfirmationBoxShow] = useState(false);
10
    const [confirmationBoxShow, setConfirmationBoxShow] = useState(false);
11
    const [valid, setValid] = useState(false);
11
    const [valid, setValid] = useState(false);
12
    const [success, setSuccess] = useState(false);
-
 
Línea 13... Línea 12...
13
    const [page, setPage] = useState(0);
12
    const [success, setSuccess] = useState(false);
14
 
13
 
Línea 15... Línea 14...
15
    // get props
14
    // get props
16
    const { backendVars, test, loading, setTest, action } = props;
15
    const { backendVars, test, loading, setTest, action, page, setPage } = props;
17
 
16
 
18
    /**
17
    /**