mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore: lint
This commit is contained in:
parent
4a9cca6c2d
commit
ba1f6bf926
@ -11,7 +11,6 @@ const STATUSES = {
|
|||||||
completed: { colorScheme: 'green', translationKey: 'queue.completed' },
|
completed: { colorScheme: 'green', translationKey: 'queue.completed' },
|
||||||
error: { colorScheme: 'red', translationKey: 'queue.failed' },
|
error: { colorScheme: 'red', translationKey: 'queue.failed' },
|
||||||
cancelled: { colorScheme: 'orange', translationKey: 'queue.canceled' },
|
cancelled: { colorScheme: 'orange', translationKey: 'queue.canceled' },
|
||||||
downloads_done: { colorScheme: 'yellow', translationKey: 'queue.in_progress' },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const ModelInstallQueueBadge = ({
|
const ModelInstallQueueBadge = ({
|
||||||
|
@ -6,7 +6,7 @@ import { selectConfigSlice } from 'features/system/store/configSlice';
|
|||||||
import { isNil } from 'lodash-es';
|
import { isNil } from 'lodash-es';
|
||||||
import { useMemo } from 'react';
|
import { useMemo } from 'react';
|
||||||
import { useTranslation } from 'react-i18next';
|
import { useTranslation } from 'react-i18next';
|
||||||
import { useGetModelConfigQuery } from 'services/api/endpoints/models';
|
import { useGetModelConfigQuery } from 'services/api/endpoints/models';
|
||||||
|
|
||||||
import { DefaultSettingsForm } from './DefaultSettings/DefaultSettingsForm';
|
import { DefaultSettingsForm } from './DefaultSettings/DefaultSettingsForm';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user