fix: add other category

This commit is contained in:
jialin
2026-02-12 19:38:47 +08:00
parent 16c0e00b4f
commit c67a8c4120
10 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { maasProviderType } from '.';
export interface ProviderModel {
name: string;
category: string;
category?: string;
accessible: boolean | null;
}
export interface FormData {