From fe7581cf1065c3d94052a9c345ee5cb2805f0b54 Mon Sep 17 00:00:00 2001 From: "saito.k" Date: Thu, 24 Aug 2023 12:06:43 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9A=97=E5=8F=B7=E5=8C=96=E3=83=91=E3=82=B9?= =?UTF-8?q?=E3=83=AF=E3=83=BC=E3=83=89=E3=81=AE=E5=88=9D=E6=9C=9F=E5=80=A4?= =?UTF-8?q?=E3=82=92undefind=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dictation_client/src/features/user/userSlice.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dictation_client/src/features/user/userSlice.ts b/dictation_client/src/features/user/userSlice.ts index 003a4f4..a3270ca 100644 --- a/dictation_client/src/features/user/userSlice.ts +++ b/dictation_client/src/features/user/userSlice.ts @@ -45,10 +45,10 @@ const initialState: UsersState = { autoRenew: true, licenseAlert: true, notification: true, - authorId: "", + authorId: undefined, encryption: false, prompt: false, - encryptionPassword: "", + encryptionPassword: undefined, }, licenseAllocateUser: { id: 0,