mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 12:47:45 +02:00
EQMS-1541: fixes TeamStep in qms document wizard (#8840)
This commit is contained in:
+5
-1
@@ -36,11 +36,15 @@
|
||||
|
||||
docObject[type] = users
|
||||
}
|
||||
|
||||
$: reviewers = docObject?.reviewers ?? []
|
||||
$: approvers = docObject?.approvers ?? []
|
||||
$: coAuthors = docObject?.coAuthors ?? []
|
||||
</script>
|
||||
|
||||
{#if docObject !== undefined}
|
||||
<div class="root">
|
||||
<DocTeam controlledDoc={docObject} {space} on:update={handleUpdate} />
|
||||
<DocTeam controlledDoc={docObject} {space} on:update={handleUpdate} {approvers} {reviewers} {coAuthors} />
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user