We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97383db commit cbcf6bfCopy full SHA for cbcf6bf
ui/src/views/CameraTimelineView.vue
@@ -372,9 +372,9 @@ const handleVideoEnded = () => {
372
</button>
373
</div>
374
375
- <div class="flex flex-wrap items-center gap-2 sm:gap-3 text-sm">
+ <div v-if="streamStore.streams.length > 0" class="flex flex-wrap items-center gap-2 sm:gap-3 text-sm">
376
<select
377
- v-if="streamStore.streams.length > 0"
+ v-once
378
:value="streamId"
379
@change="router.push({ name: 'camera-timeline', params: { streamId: ($event.target as HTMLSelectElement).value } })"
380
class="bg-gray-800 text-white px-2 sm:px-3 py-1 rounded text-sm border border-gray-700"
0 commit comments