Visit Backend -> Site Modules (or Admin Modules) -> Add New Module -> Enter a search query which doesn't match any result
Along with the 'No match found' alert, an empty card div is also displayed
Also, this can also be encountered by clicking on 'Add a module to the dashboard' modal button for the admin home dashboard.
For consistency
If you observe the searchtools page for modules (or anything similar), it only shows a message when no modules match your query and no empty table
The search works based on a JavaScript function in this file.
Maybe a boolean could be used to track whether any matches exists or not and that could be used as a condition to toggle the hidden class.
I think none
Labels |
Added:
?
|
Good for me
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-16 14:00:06 |
Closed_By | ⇒ | YatharthVyas |
@YatharthVyas i think this will be good!