diff --git a/src/Components/Request/RequestPicker.vue b/src/Components/Request/RequestPicker.vue
index 2b15c3f309..309e014661 100644
--- a/src/Components/Request/RequestPicker.vue
+++ b/src/Components/Request/RequestPicker.vue
@@ -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)
})
diff --git a/src/Components/Signers/Signer.vue b/src/Components/Signers/Signer.vue
index 4cdd0c8aa5..6f453e9537 100644
--- a/src/Components/Signers/Signer.vue
+++ b/src/Components/Signers/Signer.vue
@@ -14,34 +14,38 @@
-
+
+
+
+
-
-
+
-
-
-