Closed jayaddison closed 1 year ago
This appears to have been caused by commit 28cc26b6b3c5009db73b0cf6a4c0761198b3df7d that was introduced earlier today; let's revert that and then figure out how to proceed.
(it was introduced in order to get unit tests running again locally -- compilation errors were occuring when building the tests -- but appears to have had other side-effects)
Describe the bug Currently there is a default empty-results message appearing on the homepage below the search controls.
It may be possible to use the
formatNoMatches
option tobootstrap-table
to adjust the message and/or hide it. Or, alternatively, perhaps we should hide an element that contains it usingjQuery
and only show it when a search is performed by the user.To Reproduce Steps to reproduce the behavior:
Expected behavior The area below the search controls (apart from the page footer) should be blank during homepage visits.
Screenshots