mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
[autofix.ci] apply automated fixes
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
'use client'
|
||||
import type { FC, ReactNode } from 'react'
|
||||
import { RiDeleteBinLine } from '@remixicon/react'
|
||||
import * as React from 'react'
|
||||
import { useCallback, useMemo } from 'react'
|
||||
import Checkbox from '@/app/components/base/checkbox'
|
||||
@ -267,7 +266,7 @@ const GenericTable: FC<GenericTableProps> = ({
|
||||
className="p-1"
|
||||
aria-label="Delete row"
|
||||
>
|
||||
<RiDeleteBinLine className="h-3.5 w-3.5 text-text-destructive" />
|
||||
<span className="i-ri-delete-bin-line h-3.5 w-3.5 text-text-destructive" />
|
||||
</button>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user