fix: ConfigPanel help message

This commit is contained in:
axolotle 2024-08-29 09:57:47 +02:00
parent 2cce638d90
commit 7859b221fc

View file

@ -12,7 +12,7 @@
<slot name="tab-top" />
<template v-if="panel.help" #disclaimer>
<div class="alert alert-info" v-html="help" />
<div class="alert alert-info" v-html="panel.help" />
</template>
<slot name="tab-before" />