Skip to content

Commit a2aa8b6

Browse files
committed
resolve comments
Signed-off-by: yyfamazon <yyf@amazon.com>
1 parent beee03c commit a2aa8b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
8989
- Move HITs counter to be closer to table & show results count ([#9498](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/9498))
9090
- Add the ability to export to CSV from the discover page ([#9530](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/9530))
9191
- Append prompt for query assistant in request payload ([#9532](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/9532))
92-
- Add action_id, tooltip and disabled to panel item ([#9696](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/9696))
92+
- Add tooltip and disabled to panel item ([#9696](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/9696))
9393

9494
### 🐛 Bug Fixes
9595

src/plugins/ui_actions/public/context_menu/build_eui_context_menu_panels.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ export async function buildContextMenuForActions({
213213
icon: action.getIconType(context),
214214
'data-test-subj': `embeddablePanelAction-${action.id}`,
215215
onClick: onClick(action, context, closeMenu),
216-
id: action?.id,
217216
href: action.getHref ? await action.getHref(context) : undefined,
218217
_order: action.order || 0,
219218
_title: action.getDisplayName(context),

0 commit comments

Comments
 (0)