Fix tags popup and Applicant Labels (#1958)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2022-05-31 20:35:10 +07:00
committed by GitHub
parent 6739ce302d
commit 732fa0100b
6 changed files with 30 additions and 17 deletions
@@ -26,6 +26,7 @@
export let mixins: Mixin<Doc>[]
export let ignoreKeys: string[]
export let vertical: boolean = false
export let allowedCollections: string[] = []
const client = getClient()
const hierarchy = client.getHierarchy()
@@ -77,7 +78,7 @@
<AttributesBar {object} _class={object._class} keys={['doneState', 'state']} showHeader={false} />
</div>
{:else}
<DocAttributeBar {object} {ignoreKeys} {mixins} on:update />
<DocAttributeBar {object} {ignoreKeys} {mixins} {allowedCollections} on:update />
{/if}
<style lang="scss">