Skip to content
Snippets Groups Projects
Commit f6a196a8 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand Committed by Karel van Klink
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 671771d2
No related branches found
No related tags found
1 merge request!383Feature/refacture l3 core services
...@@ -35,7 +35,7 @@ def initial_input_form_generator(product_name: str) -> FormGenerator: ...@@ -35,7 +35,7 @@ def initial_input_form_generator(product_name: str) -> FormGenerator:
# Additional IAS step # Additional IAS step
class IASExtraForm(FormPage): class IASExtraForm(FormPage):
ias_flavor: IASFlavor | None = IASFlavor.IAS_PS_OPT_OUT ias_flavor: IASFlavor | str = IASFlavor.IAS_PS_OPT_OUT # TODO: remove type hint workaround
ias_extra = yield IASExtraForm ias_extra = yield IASExtraForm
return initial_user_input | ias_extra.model_dump() return initial_user_input | ias_extra.model_dump()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment