feat: enhance loading states with table structure and improve sound type filtering in SoundsPage
This commit is contained in:
@@ -163,7 +163,7 @@ export function SoundsPage() {
|
||||
setError(null)
|
||||
|
||||
// Determine types to filter by
|
||||
const types = typeFilter === 'all' ? undefined : [typeFilter]
|
||||
const types = typeFilter === 'all' ? ['SDB', 'TTS'] : [typeFilter]
|
||||
|
||||
const sounds = await soundsService.getSounds({
|
||||
types,
|
||||
|
||||
Reference in New Issue
Block a user