remove fade animation on album songs table

This commit is contained in:
jeffvli
2026-01-16 02:01:08 -08:00
parent 46b80b9a18
commit b9311e841c
3 changed files with 7 additions and 2 deletions
@@ -688,6 +688,7 @@ const AlbumDetailSongsTable = ({ songs }: AlbumDetailSongsTableProps) => {
data={filteredSongs}
enableAlternateRowColors={tableConfig.enableAlternateRowColors}
enableDrag
enableEntranceAnimation={false}
enableExpansion={false}
enableHeader
enableHorizontalBorders={tableConfig.enableHorizontalBorders}