diff --git a/src/Components/Request/RequestPicker.vue b/src/Components/Request/RequestPicker.vue
index 2b15c3f30..309e01466 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 4cdd0c8aa..6f453e953 100644
--- a/src/Components/Signers/Signer.vue
+++ b/src/Components/Signers/Signer.vue
@@ -14,34 +14,38 @@
-
+
+
+
+
-
-
+
-
-
-