Fixes create new link on relatioship metadata that is not multiple.
This commit is contained in:
parent
b8b70ae274
commit
7b44343374
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="{ 'is-flex': itemMetadatum.metadatum.multiple != 'yes' || maxtags != undefined }">
|
||||
<div :class="{ 'is-flex is-flex-wrap-wrap': itemMetadatum.metadatum.multiple != 'yes' || maxtags != undefined }">
|
||||
<b-taginput
|
||||
expanded
|
||||
:disabled="disabled"
|
||||
|
|
Loading…
Reference in New Issue