Filter playlists by names and comments

This commit is contained in:
Deluan
2021-10-28 13:58:06 -04:00
parent 66a9cbb7d9
commit 074732b1dc
3 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import PlaylistListActions from './PlaylistListActions'
const PlaylistFilter = (props) => (
<Filter {...props} variant={'outlined'}>
<SearchInput source="name" alwaysOn />
<SearchInput source="q" alwaysOn />
</Filter>
)