Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions configuration/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
SUPPORT_MENU_ITEM_URL,
ENABLE_AO_STACK_STATUS,
AO_STACK_STATUS_URL,
ACTIVATE_PYDANTIC_FORMS,
} = getEnvironmentVariables([
'USE_THEME_TOGGLE',
'ENVIRONMENT_NAME',
Expand All @@ -38,13 +37,12 @@
'SUPPORT_MENU_ITEM_URL',
'ENABLE_AO_STACK_STATUS',
'AO_STACK_STATUS_URL',
'ACTIVATE_PYDANTIC_FORMS',
]);

const graphqlEndpointCore = `${ORCHESTRATOR_GRAPHQL_HOST}${ORCHESTRATOR_GRAPHQL_PATH}`;
const orchestratorApiBaseUrl = `${ORCHESTRATOR_API_HOST}${ORCHESTRATOR_API_PATH}`;

return {

Check failure on line 45 in configuration/configuration.ts

View workflow job for this annotation

GitHub Actions / tsc-and-linting

Property 'activatePydanticForms' is missing in type '{ orchestratorApiBaseUrl: string; graphqlEndpointCore: string; environmentName: string; orchestratorWebsocketUrl: string; authActive: boolean; useWebSockets: boolean; useThemeToggle: boolean; ... 5 more ...; aoStackStatusUrl: string; }' but required in type 'OrchestratorConfig'.
orchestratorApiBaseUrl,
graphqlEndpointCore,
environmentName: ENVIRONMENT_NAME ?? Environment.DEVELOPMENT,
Expand All @@ -60,7 +58,5 @@
supportMenuItemUrl: SUPPORT_MENU_ITEM_URL,
enableAoStackStatus: ENABLE_AO_STACK_STATUS?.toLowerCase() === 'true',
aoStackStatusUrl: AO_STACK_STATUS_URL,
activatePydanticForms:
ACTIVATE_PYDANTIC_FORMS?.toLowerCase() === 'true',
};
};
169 changes: 0 additions & 169 deletions pages/example-form.tsx

This file was deleted.

Loading