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 4fc969b commit 1b880f5Copy full SHA for 1b880f5
1 file changed
apps/modeling-commons-frontend/app/components/model/detail/ModelHeader.vue
@@ -31,7 +31,7 @@
31
>
32
Download
33
</UButton>
34
- <UDropdownMenu :content="{ align: 'end' }" :items="modelActionsDropdownItems">
+ <UDropdownMenu :content="{ align: 'end' }" :items="modelActionsDropdownItems" :modal="false" :portal="false">
35
<UButton icon="i-lucide-ellipsis-vertical" square size="sm" />
36
</UDropdownMenu>
37
</div>
0 commit comments