fix(ui): do not persist boards

This commit is contained in:
psychedelicious 2023-06-16 11:03:13 +10:00
parent e4893e4031
commit 70cc037a9c

View File

@ -67,7 +67,7 @@ const rememberedKeys: (keyof typeof allReducers)[] = [
'system',
'ui',
'controlNet',
'boards',
// 'boards',
// 'hotkeys',
// 'config',
];