Skip to content

Commit 3721de0

Browse files
committed
fix: allow partial signer state in files store
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent d729742 commit 3721de0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { useSidebarStore } from './sidebar.js'
4848
* description?: string | null
4949
* notify?: number
5050
* status?: number
51-
* statusText: string
51+
* statusText?: string
5252
* signingOrder?: number
5353
* localKey?: string
5454
* acceptsEmailNotifications?: boolean

0 commit comments

Comments
 (0)