mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
feat: add status fields to file data when creating signature request
- Include status, statusText, and created_at in file data - Improve state management for newly created signature requests Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
7513bb2869
commit
c803e93882
1 changed files with 3 additions and 0 deletions
|
|
@ -200,6 +200,9 @@ export default {
|
|||
this.filesStore.addFile({
|
||||
nodeId: response.id,
|
||||
name: response.name,
|
||||
status: response.status,
|
||||
statusText: response.statusText,
|
||||
created_at: response.created_at,
|
||||
})
|
||||
this.filesStore.selectFile(response.id)
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue