From 1a7bdab41f6562ab5fc36f687db8433ad554110e Mon Sep 17 00:00:00 2001 From: Jan Cortiel Date: Wed, 11 Dec 2024 10:18:18 +0100 Subject: [PATCH] Fix optional chaining for frontRowActions in MoreTable Updated the conditional check for `frontRowActions` to use optional chaining, preventing potential runtime errors when the property is undefined or null. This ensures more robust and error-proof behavior for row action rendering. --- src/components/shared/MoreTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/shared/MoreTable.vue b/src/components/shared/MoreTable.vue index 01e631d..5aa6778 100644 --- a/src/components/shared/MoreTable.vue +++ b/src/components/shared/MoreTable.vue @@ -305,7 +305,7 @@ Licensed under the Elastic License 2.0. */ @row-click="onRowClick($event)" >