From 8d837558acbeec3ed35bcdb360bb65b869daaea0 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sat, 29 Apr 2023 16:47:58 +1000 Subject: [PATCH] fix(ui): fix spelling of systemPersistDenylist.ts --- .../{systemPersistsDenylist.ts => systemPersistDenylist.ts} | 1 - 1 file changed, 1 deletion(-) rename invokeai/frontend/web/src/features/system/store/{systemPersistsDenylist.ts => systemPersistDenylist.ts} (96%) diff --git a/invokeai/frontend/web/src/features/system/store/systemPersistsDenylist.ts b/invokeai/frontend/web/src/features/system/store/systemPersistDenylist.ts similarity index 96% rename from invokeai/frontend/web/src/features/system/store/systemPersistsDenylist.ts rename to invokeai/frontend/web/src/features/system/store/systemPersistDenylist.ts index bac2a652b5..8a4d381775 100644 --- a/invokeai/frontend/web/src/features/system/store/systemPersistsDenylist.ts +++ b/invokeai/frontend/web/src/features/system/store/systemPersistDenylist.ts @@ -17,7 +17,6 @@ const itemsToDenylist: (keyof SystemState)[] = [ 'totalSteps', 'openModel', 'isCancelScheduled', - // 'sessionId', 'progressImage', 'wereModelsReceived', 'wasSchemaParsed',