Skip to content

Commit 5f77b82

Browse files
committed
fix(Assistant): After changing the name of the assistant, the upper left corner of the embedded page is updated and should be updated to: Assistant application name
1 parent 07b90b9 commit 5f77b82

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

frontend/src/views/embedded/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
:welcome="customSet.welcome"
2626
:welcome-desc="customSet.welcome_desc"
2727
:logo-assistant="logo"
28-
:app-name="appName"
2928
/>
3029
</div>
3130
<div class="drawer-assistant" @click="openHistory"></div>

frontend/src/views/embedded/page.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
:welcome-desc="customSet.welcome_desc"
88
:logo-assistant="logo"
99
:page-embedded="true"
10+
:app-name="customSet.name"
1011
/>
1112
</div>
1213
</template>

0 commit comments

Comments
 (0)