chore(ui): lint

This commit is contained in:
psychedelicious
2024-12-02 15:02:38 +10:00
committed by Kent Keirsey
parent 3993fae331
commit 1cc57a4854

View File

@@ -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',