mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
[Chore/Refactor] Add missing 'type' attribute on 'button' components (#26249)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: asukaminato0721 <30024051+asukaminato0721@users.noreply.github.com>
This commit is contained in:
@ -109,7 +109,7 @@ const TracingPanel: FC<TracingPanelProps> = ({
|
||||
onMouseLeave={handleParallelMouseLeave}
|
||||
>
|
||||
<div className="mb-1 flex items-center">
|
||||
<button
|
||||
<button type="button"
|
||||
onClick={() => toggleCollapse(node.id)}
|
||||
className={cn(
|
||||
'mr-2 transition-colors',
|
||||
|
||||
Reference in New Issue
Block a user