Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Dec 19, 2024
1 parent c12119f commit c368a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/dashboard/src/features/dashboard/widgets/stream.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ const popupHref = computed(() => {
<template>
<Widget :popupHref>
<template #title>
{{ $attrs?.item?.i }}
{{ $attrs?.item?.i as string }}
</template>

<template #extra-buttons>
<template #settings>
<DropdownMenu>
<DropdownMenuTrigger as-child>
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function openPopup() {
</span>
</div>
<div class="flex">
<slot name="extra-buttons" />
<slot name="settings" />
<button
v-if="popupHref"
type="button"
Expand Down

0 comments on commit c368a2d

Please sign in to comment.