We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please verified this problem.
The text was updated successfully, but these errors were encountered:
It uses old bootstrap data. See here the differences: https://getbootstrap.com/docs/5.0/components/modal/
Sorry, something went wrong.
@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"
data-toggle="modal"
data-bs-toggle="modal"
and
data-target should be changed to data-bs-target
data-target
data-bs-target
No branches or pull requests
Please verified this problem.
The text was updated successfully, but these errors were encountered: