Updated dropdown text
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
v-model:open="showSubMenu"
|
||||
:menu-id="menuId"
|
||||
:items="actionsItems"
|
||||
:custom-menu-items-classes="['!w-48']"
|
||||
:custom-menu-items-classes="['!w-42']"
|
||||
@click.stop.prevent
|
||||
@chosen="onActionChosen"
|
||||
>
|
||||
@@ -173,7 +173,10 @@ const isIsolated = computed(() => {
|
||||
const actionsItems = computed<LayoutMenuItem[][]>(() => [
|
||||
[
|
||||
{
|
||||
title: 'Open selection in new tab',
|
||||
title:
|
||||
allTargetIds.value.length > 1
|
||||
? 'Open objects in new tab'
|
||||
: 'Open object in new tab',
|
||||
id: ActionTypes.OpenInNewTab
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user