AkisMpo
Results
2
comments of
AkisMpo
It uses old bootstrap data. See here the differences: https://getbootstrap.com/docs/5.0/components/modal/
You have to make a few changes, eg: `data-toggle="modal"` should be changed to `data-bs-toggle="modal"` and `data-target` should be changed to `data-bs-target`