Add "keepalive" resource. It was causing issues in Firefox when using the dataProvider

This commit is contained in:
Deluan
2020-11-23 21:28:09 -05:00
parent 92ba658606
commit 5137407377
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -110,6 +110,7 @@ const Admin = (props) => {
<Resource name="albumSong" />,
<Resource name="translation" />,
<Resource name="playlistTrack" />,
<Resource name="keepalive" />,
<Player />,
]}