diff --git a/invokeai/frontend/web/src/features/controlLayers/store/validators.ts b/invokeai/frontend/web/src/features/controlLayers/store/validators.ts index 89649373cb4..8db533c16f9 100644 --- a/invokeai/frontend/web/src/features/controlLayers/store/validators.ts +++ b/invokeai/frontend/web/src/features/controlLayers/store/validators.ts @@ -7,7 +7,7 @@ import type { } from 'features/controlLayers/store/types'; import type { ParameterModel } from 'features/parameters/types/parameterSchemas'; -export const WARNINGS = { +const WARNINGS = { UNSUPPORTED_MODEL: 'controlLayers.warnings.unsupportedModel', RG_NO_PROMPTS_OR_IP_ADAPTERS: 'controlLayers.warnings.rgNoPromptsOrIPAdapters', RG_NEGATIVE_PROMPT_NOT_SUPPORTED: 'controlLayers.warnings.rgNegativePromptNotSupported',