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
The report status dialog is contained in a div declared with the HTML:
<div role="dialog" aria-modal="true" class="modal show" tabindex="-1" aria-labelledby="basic-modal" style="display: block;">
The id "basic-modal" does not appear to exist. The element that should have an ID that is referenced by aria-labeledby is:
<h1 class="modal-title css-yefjat" tabindex="-1">
The text was updated successfully, but these errors were encountered:
@ccanash
The status is still showing as to-do, but there is a PR and the issue appears fixed in the sandbox.
Sorry, something went wrong.
Hi @mcking65 , I have updated the status and will confirm it was released to production tomorrow.
Confirming his was released to production on Dec 5th @mcking65
No branches or pull requests
The report status dialog is contained in a div declared with the HTML:
<div role="dialog" aria-modal="true" class="modal show" tabindex="-1" aria-labelledby="basic-modal" style="display: block;">
The id "basic-modal" does not appear to exist. The element that should have an ID that is referenced by aria-labeledby is:
<h1 class="modal-title css-yefjat" tabindex="-1">
The text was updated successfully, but these errors were encountered: