Skip to content

Commit 910c1e2

Browse files
committed
fix: update comments for clarity and remove unnecessary condition in loadSessions call
1 parent 2b21ed9 commit 910c1e2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/Dashboard/frontend/src/components/ChatView.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,9 +1725,8 @@
17251725
</template>
17261726
</div>
17271727
</div>
1728-
<!-- ── Bottom half: Conversations (Entra-only) ── -->
1728+
<!-- ── Bottom half: Conversations (works for anonymous + signed-in) ── -->
17291729
<div
1730-
v-if="azureConnected"
17311730
class="tools-sidebar-pane tools-sidebar-pane--sessions"
17321731
>
17331732
<div class="tools-sidebar-header sessions-header">
@@ -5046,7 +5045,7 @@ async function send() {
50465045
nextTick(() => inputEl.value?.focus());
50475046
}
50485047
// Refresh the Conversations sidebar so the new/updated summary shows up.
5049-
if (azureConnected.value) loadSessions();
5048+
loadSessions();
50505049
if (availableModels.value.length <= 1) {
50515050
try {
50525051
const mr = await fetch("/api/models");

0 commit comments

Comments
 (0)