fix:[FL-84][ATP模型管理页面缺少Modal组件导入]
在 web/src/app/admin/atp-models/page.tsx 的 antd 导入中添加 Modal 组件。 变更: - 在第13行添加 Modal 导入,保持与 users/page.tsx 一致的导入风格 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -11,6 +11,7 @@ import {
|
||||
Empty,
|
||||
Form,
|
||||
Input,
|
||||
Modal,
|
||||
Popconfirm,
|
||||
Row,
|
||||
Select,
|
||||
|
||||
Reference in New Issue
Block a user