File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ export const getInitialOrchestratorConfig = (): OrchestratorConfig => {
2121 SUPPORT_MENU_ITEM_URL ,
2222 ENABLE_AO_STACK_STATUS ,
2323 AO_STACK_STATUS_URL ,
24- ACTIVATE_PYDANTIC_FORMS ,
2524 } = getEnvironmentVariables ( [
2625 'USE_THEME_TOGGLE' ,
2726 'ENVIRONMENT_NAME' ,
@@ -38,7 +37,6 @@ export const getInitialOrchestratorConfig = (): OrchestratorConfig => {
3837 'SUPPORT_MENU_ITEM_URL' ,
3938 'ENABLE_AO_STACK_STATUS' ,
4039 'AO_STACK_STATUS_URL' ,
41- 'ACTIVATE_PYDANTIC_FORMS' ,
4240 ] ) ;
4341
4442 const graphqlEndpointCore = `${ ORCHESTRATOR_GRAPHQL_HOST } ${ ORCHESTRATOR_GRAPHQL_PATH } ` ;
@@ -60,7 +58,5 @@ export const getInitialOrchestratorConfig = (): OrchestratorConfig => {
6058 supportMenuItemUrl : SUPPORT_MENU_ITEM_URL ,
6159 enableAoStackStatus : ENABLE_AO_STACK_STATUS ?. toLowerCase ( ) === 'true' ,
6260 aoStackStatusUrl : AO_STACK_STATUS_URL ,
63- activatePydanticForms :
64- ACTIVATE_PYDANTIC_FORMS ?. toLowerCase ( ) === 'true' ,
6561 } ;
6662} ;
You can’t perform that action at this time.
0 commit comments