Skip to content

Commit ece821b

Browse files
Title fixes
1 parent b5e4a01 commit ece821b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/frontend/src/components/designer/FloatButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ defineExpose({
197197
</v-btn>
198198
</div>
199199
<!-- page title -->
200-
<div :lang="locale" class="title-container">
200+
<div v-if="!isAtTopOfPage" :lang="locale" class="title-container">
201201
<h4 v-if="form.name" :title="form.name" class="page-title">
202202
<!-- {{ FORM_TITLE || 'Loading...' }} -->
203203
{{ form.name }}

0 commit comments

Comments
 (0)