Changes before error encountered

Co-authored-by: asukaminato0721 <30024051+asukaminato0721@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-25 17:55:04 +00:00 committed by Asuka Minato
parent a259800fe4
commit b81cafa6c3
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import type { ToolWithProvider } from '@/app/components/workflow/types'
import cn from '@/utils/classnames'
type Props = {
searchText: string
readonly searchText: string
}
function renderDefaultCard() {