feat(FN-1849): merge fusion/fn-1849

This commit is contained in:
gsxdsm
2026-04-14 16:00:02 -07:00
parent e6b2f96cfc
commit 07b6a89807

View File

@@ -269,15 +269,6 @@ export function TaskDocumentsTab({
{documents.length === 0 && !showCreateForm ? (
<div className="detail-log-empty">
No documents yet.
{canEdit && (
<button
className="btn btn-link"
onClick={() => setShowCreateForm(true)}
style={{ marginLeft: "8px" }}
>
Create one
</button>
)}
</div>
) : (
<div className="task-documents-list">