- navigation bar long title is now allowed

This commit is contained in:
Čarodej
2022-06-01 10:59:59 +02:00
parent 94afb626eb
commit 2e798bd1ec
4 changed files with 9 additions and 7 deletions

View File

@@ -305,7 +305,7 @@
</div>
<!--Pricing Content-->
<div v-if="config.isSaaS" class="card shadow-card">
<div v-if="config.subscriptionType === 'fixed'" class="card shadow-card">
<FormLabel>Pricing Content</FormLabel>
<div class="block-wrapper">
@@ -540,7 +540,7 @@ export default {
})
.then((response) => {
this.app = {
allow_homepage: parseInt(response.data.allow_homepage),
allow_homepage: parseInt(response.data.allow_homepage || 1),
section_features: parseInt(response.data.section_features),
section_feature_boxes: parseInt(response.data.section_feature_boxes),
section_pricing_content: parseInt(response.data.section_pricing_content),