mirror of
https://github.com/grocy/grocy.git
synced 2025-10-22 20:46:33 +00:00
Fixed table filters
This commit is contained in:
@@ -88,7 +88,7 @@ $("#status-filter").on("change", function()
|
||||
$('.recipe-gallery-item').removeClass('d-none');
|
||||
if (value !== "")
|
||||
{
|
||||
if (value === 'enoughinstock')
|
||||
if (value === 'Xenoughinstock')
|
||||
{
|
||||
$('.recipe-gallery-item').not('.recipe-enoughinstock').addClass('d-none');
|
||||
}
|
||||
|
Reference in New Issue
Block a user