Skip to content

Commit

Permalink
change filter name
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Feb 6, 2024
1 parent d776abb commit e0e4243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/RA/DataSource/views/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const DataSourceList = props => (
<Datagrid rowClick="edit">
<TextField source="name" label="datasource.form.name" />
<FunctionField
source="polymorphic_ctype__model"
source="source_type"
label="datasource.form.data-type"
render={({ _type: type }) => sourceTypes[type] || ''}
/>
Expand Down

0 comments on commit e0e4243

Please sign in to comment.