📆 2021 : MAJ des taux AT/MP
parent
0ebd903100
commit
2b258e2415
|
@ -120,7 +120,7 @@ export default function Select(props) {
|
|||
const [options, setOptions] = useState(null)
|
||||
useEffect(() => {
|
||||
fetch(
|
||||
'https://raw.githubusercontent.com/betagouv/taux-collectifs-cotisation-atmp/master/taux-2020.json'
|
||||
'https://raw.githubusercontent.com/betagouv/taux-collectifs-cotisation-atmp/master/taux-2021.json'
|
||||
)
|
||||
.then((response) => {
|
||||
if (!response.ok) {
|
||||
|
|
Loading…
Reference in New Issue