Revert "frontend-app-api: switch new API conflict error to be a warning"

This reverts commit 17e0eb3e5f.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-01-29 10:08:27 +01:00
parent 508b51c3e2
commit bdf05eac2f
6 changed files with 10 additions and 24 deletions
@@ -24,7 +24,6 @@ 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 {