Skip to content

Commit 54bb041

Browse files
Add JSON component and allow custom components for panels
Signed-off-by: Adhitya Mamallan <[email protected]>
1 parent f831a6f commit 54bb041

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/views/workflow-history-v2/config/workflow-history-event-group-details.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ const workflowHistoryEventGroupDetailsConfig = [
5555
pathRegex:
5656
'(input|result|details|failureDetails|Error|lastCompletionResult|heartbeatDetails|lastFailureDetails)$',
5757
showInPanels: true,
58-
<<<<<<< HEAD
5958
valueComponent: WorkflowHistoryGroupDetailsJson,
60-
=======
61-
>>>>>>> e99f9e96 (Copy utils from v1 to v2)
6259
},
6360
{
6461
name: 'Duration & interval seconds',

0 commit comments

Comments
 (0)