-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
IBX-3901: Add empty field after bulk delete all authors #617
Conversation
@@ -118,6 +118,12 @@ | |||
|
|||
bulkDeleteButton.setAttribute('disabled', 'disabled'); | |||
|
|||
const authorRowsExist = !!container.querySelector(SELECTOR_AUTHOR); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure but maybe:
const authorRowsExist = !!container.querySelector(SELECTOR_AUTHOR); | |
const authorsRowsExist = !!container.querySelector(SELECTOR_AUTHOR); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This checks if at least one author row exists so authorRowExists
?
246d746
to
ef9a00e
Compare
Kudos, SonarCloud Quality Gate passed!
|
Checklist:
$ composer fix-cs
)