mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
parent
2d5b2e632f
commit
0fb821b33c
@ -393,7 +393,7 @@ const Actions = () => {
|
|||||||
title: 'Opens',
|
title: 'Opens',
|
||||||
key: 'openExternally',
|
key: 'openExternally',
|
||||||
dataIndex: 'openExternally',
|
dataIndex: 'openExternally',
|
||||||
// Note: embeds will alway open in the same tab / in a modal
|
// Note: embeds will always open in the same tab / in a modal
|
||||||
render: (openExternally: boolean, record) =>
|
render: (openExternally: boolean, record) =>
|
||||||
!openExternally || record.html ? 'In the same tab' : 'In a new tab',
|
!openExternally || record.html ? 'In the same tab' : 'In a new tab',
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user