fix(web): 修复偶然状态下的白屏问题
This commit is contained in:
parent
c26039743c
commit
7fc1673d11
Binary file not shown.
|
Before Width: | Height: | Size: 15 MiB |
@ -4,7 +4,7 @@
|
||||
<div class="sidebar-header">
|
||||
<div class="sidebar-title">
|
||||
<SettingOutlined class="title-icon" />
|
||||
<span>{{ selectedAgent.name || '未选择智能体' }} 配置</span>
|
||||
<span>{{ selectedAgent?.name || '未选择智能体' }} 配置</span>
|
||||
</div>
|
||||
<a-button
|
||||
type="text"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user