Revert "[autofix.ci] apply automated fixes"

This reverts commit 01a05289e9.
This commit is contained in:
Stephen Zhou
2026-01-26 19:29:21 +08:00
parent 2fc02bf1bc
commit 4cde6e31ca
688 changed files with 2998 additions and 1639 deletions

View File

@ -1,4 +1,5 @@
import type { NodeProps } from 'reactflow'
import { RiAddLine } from '@remixicon/react'
import {
memo,
useCallback,
@ -19,7 +20,7 @@ const DataSourceEmptyNode = ({ id, data }: NodeProps) => {
variant="primary"
className="w-full"
>
<span className="i-ri-add-line mr-1 h-4 w-4" />
<RiAddLine className="mr-1 h-4 w-4" />
{t('nodes.dataSource.add', { ns: 'workflow' })}
</Button>
)