fix: (#702) Fixed actions being drawn in a column (an extra fieldset was being added)
This commit is contained in:
parent
b071b4d036
commit
263601170f
|
|
@ -14,12 +14,9 @@
|
|||
</div>
|
||||
|
||||
<template v-else-if="component.type == 'fieldset'">
|
||||
<fieldset>
|
||||
<legend>{{ component.title }}</legend>
|
||||
<template v-for="subcomponent in component.contents" :key="subcomponent.title">
|
||||
<DashboardComponent :component="subcomponent" />
|
||||
</template>
|
||||
</fieldset>
|
||||
</template>
|
||||
|
||||
<div v-else>
|
||||
|
|
|
|||
Loading…
Reference in New Issue