Skip to content

Commit

Permalink
fix list
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMattiussi committed Oct 16, 2023
1 parent f51d5d5 commit 401054a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/js/admin/precomputed/PrecomputedList.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ export const PrecomputedList = ({ precomputedList, p: polyglot }) => {
flex: 1,
},
{
field: 'webserviceUrl',
field: 'webServiceUrl',
headerName: polyglot.t('webServiceUrl'),
flex: 1,
},
{
field: 'sourceColumn(s)',
field: 'sourceColumns',
headerName: polyglot.t('sourceColumns'),
flex: 1,
},
Expand Down

0 comments on commit 401054a

Please sign in to comment.