diff --git a/.eslintignore b/.eslintignore index 96d8bc74..a4566609 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,7 +4,7 @@ src/utils/* public dist -src/* +# src/* src/views/dictionary/checkConfig/* src/views/trials/trials-panel/trial-summary/* src/main.js diff --git a/.gitignore b/.gitignore index 9ad28d23..701a8cf8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ tests/**/coverage/ *.ntvs* *.njsproj *.sln +.eslintignore diff --git a/src/views/research/components/HistoricalParticipantForm.vue b/src/views/research/components/HistoricalParticipantForm.vue index 9ddb675d..bdc9e38f 100644 --- a/src/views/research/components/HistoricalParticipantForm.vue +++ b/src/views/research/components/HistoricalParticipantForm.vue @@ -3,19 +3,11 @@
- + - + - + - + - + - - - + + + {{ item.UserType }} - - - {{ item.label }} + + + {{ + item.label }} - {{ errorMsg }} + {{ + errorMsg + }} -
-