Reset Filter according to getEloquentQuery
Hi, I'm new to filament, I'm facing an issue on resetting filters, appreciate any help 
Expected behaviour:
Reset filter on index page and get it to query according to getEloquentQuery()
Current behaviour:
Clicking on reset button will reset everything and ignore queries in getEloquentQuery().
Code:
Expected behaviour:
Reset filter on index page and get it to query according to getEloquentQuery()
Current behaviour:
Clicking on reset button will reset everything and ignore queries in getEloquentQuery().
Code: