feat: platform definition added for additional settings components (#3503)
This commit is contained in:
@@ -106,6 +106,15 @@
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<template v-if="platform.ui?.additionalSettingsSections?.length">
|
||||
<template
|
||||
v-for="item in platform.ui?.additionalSettingsSections"
|
||||
:key="item.id"
|
||||
>
|
||||
<component :is="item" />
|
||||
</template>
|
||||
</template>
|
||||
</div>
|
||||
<HoppSmartConfirmModal
|
||||
:show="confirmRemove"
|
||||
|
||||
Reference in New Issue
Block a user