Merge pull request #32522 from backstage/rugvip/warning

frontend-app-api: switch new API conflict error to be a warning
This commit is contained in:
Patrik Oldsberg
2026-01-26 17:00:40 +01:00
committed by GitHub
6 changed files with 24 additions and 10 deletions
@@ -24,6 +24,7 @@ const DEFAULT_WARNING_CODES: Array<keyof AppErrorTypes> = [
'EXTENSION_INPUT_DATA_IGNORED',
'EXTENSION_INPUT_INTERNAL_IGNORED',
'EXTENSION_OUTPUT_IGNORED',
'API_FACTORY_CONFLICT',
];
function AppErrorItem(props: { error: AppError }): JSX.Element {