Skip to content

Commit 8acab1e

Browse files
author
Maja Grubic
committed
Always show cancel button
1 parent 01e1de8 commit 8acab1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/plugins/visualize/public/application/utils/get_top_nav_config.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,7 @@ export const getTopNavConfig = (
332332
},
333333
]
334334
: []),
335-
...(originatingApp === 'dashboards' &&
336-
dashboard.dashboardFeatureFlagConfig.allowByValueEmbeddables
335+
...(originatingApp === 'dashboards'
337336
? [
338337
{
339338
id: 'cancel',

0 commit comments

Comments
 (0)