-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/pin 7581 7860 add personal data field create and summary page #1440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/pin 7581 7860 add personal data field create and summary page #1440
Conversation
76ec053 to
975adc1
Compare
cbb5f08 to
2811a0f
Compare
3bc5bc3 to
d86da1f
Compare
8a420e7 to
1273f49
Compare
aa1eafa to
96fad36
Compare
| sx={{ mb: 0, mt: 3 }} | ||
| onValueChange={(mode) => onEserviceModeChange!(mode as EServiceMode)} | ||
| /> | ||
| {FEATURE_FLAG_ESERVICE_PERSONAL_DATA === 'true' && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you check if is true comparing it with a string?
In order to have a boolean value you can add (on env.ts file)
FEATURE_FLAG_ESERVICE_PERSONAL_DATA: z.enum(['true', 'false']).default('false').transform((value) => value === "true")
src/pages/ProviderEServiceSummaryPage/components/ProviderEServiceGeneralInfoSummary.tsx
Outdated
Show resolved
Hide resolved
...roviderEServiceCreatePage/components/EServiceCreateStepGeneral/EServiceCreateStepGeneral.tsx
Show resolved
Hide resolved
...eStepPurpose/EServiceCreateStepPurposeRiskAnalysis/EServiceCreateStepPurposeRiskAnalysis.tsx
Outdated
Show resolved
Hide resolved
src/pages/ProviderEServiceSummaryPage/ProviderEServiceSummary.page.tsx
Outdated
Show resolved
Hide resolved
9b2e0a9 to
86ba408
Compare
eeee60f to
177af25
Compare
|
02167d5
into
feature/PIN-7315-guideline-adaptation


Uh oh!
There was an error while loading. Please reload this page.