Skip to content

Commit 1cc57a4

Browse files
psychedelicioushipsterusername
authored andcommitted
chore(ui): lint
1 parent 3993fae commit 1cc57a4

File tree

1 file changed

+1
-1
lines changed
  • invokeai/frontend/web/src/features/controlLayers/store

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/controlLayers/store/validators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type {
77
} from 'features/controlLayers/store/types';
88
import type { ParameterModel } from 'features/parameters/types/parameterSchemas';
99

10-
export const WARNINGS = {
10+
const WARNINGS = {
1111
UNSUPPORTED_MODEL: 'controlLayers.warnings.unsupportedModel',
1212
RG_NO_PROMPTS_OR_IP_ADAPTERS: 'controlLayers.warnings.rgNoPromptsOrIPAdapters',
1313
RG_NEGATIVE_PROMPT_NOT_SUPPORTED: 'controlLayers.warnings.rgNegativePromptNotSupported',

0 commit comments

Comments
 (0)