feat(FN-1849): merge fusion/fn-1849
This commit is contained in:
@@ -269,15 +269,6 @@ export function TaskDocumentsTab({
|
|||||||
{documents.length === 0 && !showCreateForm ? (
|
{documents.length === 0 && !showCreateForm ? (
|
||||||
<div className="detail-log-empty">
|
<div className="detail-log-empty">
|
||||||
No documents yet.
|
No documents yet.
|
||||||
{canEdit && (
|
|
||||||
<button
|
|
||||||
className="btn btn-link"
|
|
||||||
onClick={() => setShowCreateForm(true)}
|
|
||||||
style={{ marginLeft: "8px" }}
|
|
||||||
>
|
|
||||||
Create one
|
|
||||||
</button>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div className="task-documents-list">
|
<div className="task-documents-list">
|
||||||
|
|||||||
Reference in New Issue
Block a user