feat: add Redo2Icon to WorkflowEditorToolbar for improved redo functionality

This commit is contained in:
mlogclub
2026-06-28 22:34:01 +08:00
parent bcaa6225d4
commit 15be17e0df
@@ -2,6 +2,7 @@
import type { ReactNode } from "react"
import {
Redo2Icon,
RotateCcwIcon,
SaveIcon,
SendIcon,
@@ -48,6 +49,7 @@ export function WorkflowEditorToolbar({
</Button>
<Button type="button" variant="ghost" size="sm" className="h-7 shrink-0 px-2 text-xs" disabled={redoDisabled} onClick={onRedo}>
<Redo2Icon className="size-3.5" />
</Button>
<Button type="button" variant="ghost" size="sm" className="h-7 shrink-0 px-2 text-xs" disabled={restoreDefaultDisabled} onClick={onRestoreDefault}>