Skip to content

Commit

Permalink
prevent editing email identifier
Browse files Browse the repository at this point in the history
in application editor
  • Loading branch information
NC-jsAhonen committed Nov 16, 2023
1 parent bc3c6cb commit f289107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plotSearch/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,15 @@ export const PROTECTED_FORM_PATHS: ProtectedFormPathsSections = {
'etunimi',
'Sukunimi',
'henkilotunnus',
'sahkoposti'
],
},
'yrityksen-tiedot': {
subsections: {},
fields: [
'yrityksen-nimi',
'y-tunnus',
'sahkoposti',
],
},
},
Expand Down

0 comments on commit f289107

Please sign in to comment.