matrix-admin-bt5
matrix-admin-bt5 copied to clipboard
Modal on pages element doesn't work
Please verified this problem.
It uses old bootstrap data. See here the differences: https://getbootstrap.com/docs/5.0/components/modal/
@Krakengr So does this mean the dashboard do not support modals? cant find a workaround on this.
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