Skip to content

Commit 0b4a765

Browse files
fix: Advanced assistant application failed to display the application name correctly
1 parent c397aee commit 0b4a765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/views/embedded/page.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ onBeforeMount(async () => {
186186
if (rawData.logo) {
187187
logo.value = baseUrl + rawData.logo
188188
}
189-
189+
rawData['name'] = rawData['name'] || res['name']
190190
for (const key in customSet) {
191191
if (
192192
Object.prototype.hasOwnProperty.call(customSet, key) &&

0 commit comments

Comments
 (0)