User
@@ -167,7 +167,7 @@ export default function Page() {
>
|
@@ -176,7 +176,7 @@ export default function Page() {
{user.allow_key && (
)}
@@ -216,7 +216,7 @@ export default function Page() {
) : (
-
+ |
No users found
|
diff --git a/src/components/forms/documentform.tsx b/src/components/forms/documentform.tsx
index fe6a297f..77d20a5b 100644
--- a/src/components/forms/documentform.tsx
+++ b/src/components/forms/documentform.tsx
@@ -112,7 +112,7 @@ export default function DocumentForm(props: {
) : doc.text_content ? (
-
+
{doc.document_type && (
{document.document_type === DocumentType.FILE && (
<>
-
+
setDocument({ ...document, text_content: e.target.value })
@@ -210,7 +210,7 @@ export default function DocumentForm(props: {
>
)}
{!document.document_type && (
-
+
Select a document type
@@ -229,7 +229,7 @@ export default function DocumentForm(props: {
Are you sure you want to delete this document?
|