mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): lint
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
import type { SystemState } from './types';
|
import type { SystemState } from './types';
|
||||||
|
|
||||||
export const systemPersistDenylist: (keyof SystemState)[] = [
|
export const systemPersistDenylist: (keyof SystemState)[] = [
|
||||||
'isInitialized',
|
|
||||||
'isConnected',
|
'isConnected',
|
||||||
'denoiseProgress',
|
'denoiseProgress',
|
||||||
'status',
|
'status',
|
||||||
|
Reference in New Issue
Block a user