feat(FN-1849): merge fusion/fn-1849
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user