feat(web): ApplicationManagement add type filter

This commit is contained in:
zhaoying
2026-02-04 18:58:11 +08:00
parent 10ed093eb8
commit 95745ba869
2 changed files with 21 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ interface ApplicationModalProps {
/**
* Supported application types
*/
const types = [
export const types = [
'agent',
'multi_agent',
'workflow'