mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix typo in uiPersistDenylist
This commit is contained in:
parent
db4763a742
commit
d75d3885c3
@ -5,6 +5,6 @@ import { UIState } from './uiTypes';
|
|||||||
*/
|
*/
|
||||||
export const uiPersistDenylist: (keyof UIState)[] = [
|
export const uiPersistDenylist: (keyof UIState)[] = [
|
||||||
'shouldShowImageDetails',
|
'shouldShowImageDetails',
|
||||||
'globalContextMenuCloseTrigger',
|
'globalMenuCloseTrigger',
|
||||||
'panels',
|
'panels',
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user