Wanhenri / Projeto-ERP

0 stars 0 forks source link

created reafresh #35

Closed Wanhenri closed 4 years ago

Wanhenri commented 4 years ago

Does not work. Why?

  function refreshPage(){ 
    window.location.reload(); 
}
Wanhenri commented 4 years ago

Solution:

        <Button 
          style={{
            marginBottom:20, 
            marginLeft:3, 
            backgroundColor: "var(--color-fifth" 
            }} 
            onClick={ refreshPage }>
              RELOAD
        </Button>