fix(ui): update titles for radios, shares and show pages (#4128)

This commit is contained in:
Deluan Quintão
2025-05-27 09:01:52 -04:00
committed by GitHub
parent 9dd5a8c334
commit 85a7268192
5 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,6 @@ import {
DateField,
EditButton,
Filter,
List,
sanitizeListRestProps,
SearchInput,
SimpleList,
@@ -15,6 +14,7 @@ import {
UrlField,
useTranslate,
} from 'react-admin'
import { List } from '../common'
import { ToggleFieldsMenu, useSelectedFields } from '../common'
import { StreamField } from './StreamField'
import { setTrack } from '../actions'