mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* fix typo from sub-feature privileges
This commit is contained in:
parent
55bfa4f648
commit
af17007b56
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export function ShowShareModal({
|
|||
share.toggleShareContextMenu({
|
||||
anchorElement,
|
||||
allowEmbed: true,
|
||||
allowShortUrl: !dashboardCapabilities.hideWriteControls || dashboardCapabilities.createShortUrl,
|
||||
allowShortUrl: dashboardCapabilities.createShortUrl,
|
||||
shareableUrl: setStateToKbnUrl(
|
||||
'_a',
|
||||
dashboardStateManager.getAppState(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue