Skip to content

Commit

Permalink
Hide open in a new window for the time being (#5905)
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis authored Dec 20, 2024
1 parent 1b6fb8b commit 1c82c7e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ const options = ref([
label: 'Add a note',
command: () => emit('show-annotation-editor')
},
{
icon: 'pi pi-external-link',
label: 'Open in new window',
command: () => emit('open-in-new-window')
},
// {
// icon: 'pi pi-external-link',
// label: 'Open in new window',
// command: () => emit('open-in-new-window')
// },
{ icon: 'pi pi-trash', label: 'Remove', command: () => emit('remove-operator') }
]);
</script>
Expand Down

0 comments on commit 1c82c7e

Please sign in to comment.