Skip to content

Commit

Permalink
fix(NotificationMachinesTable): add machines data key
Browse files Browse the repository at this point in the history
- Pass the `data-key` prop to ensure proper handling in TreeTable. This is required by the `ui library`.

See: BEDS-256
  • Loading branch information
benji-bitfly committed Oct 22, 2024
1 parent df7d583 commit 9e091f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"DashboardChartSummaryChartFilter",
"DashboardGroupManagementModal",
"DashboardValidatorManagmentModal",
"NotificationMachinesTable",
"NotificationsClientsTable",
"NotificationsDashboardDialogEntity",
"NotificationsDashboardTable",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const machineEvent = (eventType: NotificationMachinesTableRow['event_type']) =>
<ClientOnly fallback-tag="span">
<BcTable
:data="machineNotifications"
data-key="notification_id"
data-key="machine_name"
:cursor
:page-size
:selected-sort="query?.sort"
Expand Down

0 comments on commit 9e091f2

Please sign in to comment.