mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
fix web style
This commit is contained in:
@ -474,7 +474,6 @@ const formatItem = (
|
||||
break
|
||||
}
|
||||
|
||||
// eslint-disable-next-line sonarjs/no-duplicated-branches
|
||||
case BlockEnum.VariableAggregator: {
|
||||
const { output_type, advanced_settings }
|
||||
= data as VariableAssignerNodeType
|
||||
@ -1875,7 +1874,7 @@ export const updateNodeVars = (
|
||||
}
|
||||
break
|
||||
}
|
||||
// eslint-disable-next-line sonarjs/no-duplicated-branches
|
||||
|
||||
case BlockEnum.VariableAggregator: {
|
||||
const payload = data as VariableAssignerNodeType
|
||||
if (payload.variables) {
|
||||
|
||||
Reference in New Issue
Block a user