Skip to content
Snippets Groups Projects
Commit a9c21006 authored by JORGE SASIAIN's avatar JORGE SASIAIN
Browse files

Fix two workflow typos

parent c4af10c4
No related branches found
No related tags found
1 merge request!1Getting things to work
......@@ -35,7 +35,7 @@ def trunk_config_selector() -> list:
def initial_input_form_generator(product_name: str) -> FormGenerator:
class CreateTrunkConfigForm(FormPage):
class CreateTrunkConfigCommonForm(FormPage):
class Config:
title = product_name
......
......@@ -35,7 +35,7 @@ def trunk_config_selector() -> list:
def initial_input_form_generator(product_name: str) -> FormGenerator:
class CreateTrunkConfigForm(FormPage):
class CreateTrunkConfigSideForm(FormPage):
class Config:
title = product_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment