Skip to content

Commit

Permalink
Merge branch 'main' into feat/unit-testing
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/components/FilterPanel/Collapse.tsx
#	src/components/FilterPanel/FilterMenu.tsx
#	src/components/FlowModal/FlowModal.tsx
#	src/components/FlowModal/ParsedView/Configure/ConfigureParsedView.tsx
#	src/helpers/dataProcessors/filterFlowItems.ts
  • Loading branch information
AlexeyOplachko committed Jun 11, 2024
2 parents 221ea01 + 4df0f5f commit 0b4079f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/dataProcessors/filterFlowItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export const filterFlowItems = (data: PanelData, options: any, setFlowData: Func
isMethodDisabled ||
isTypeDisabled ||
isCallidDisabled
console.log(getOptionValue(options.details))
return {
messageID: getOptionValue(options.colorGenerator) || 'Title',
details: getOptionValue(options.details) || '',
Expand Down

0 comments on commit 0b4079f

Please sign in to comment.