chore: provider form test
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ export interface DropDownItem {
|
||||
iconfont?: boolean;
|
||||
}
|
||||
|
||||
export type PageActionType = 'create' | 'update' | 'view' | 'edit';
|
||||
export type PageActionType = 'create' | 'update' | 'view' | 'edit' | 'copy';
|
||||
|
||||
export type StatusType =
|
||||
| 'error'
|
||||
|
||||
Reference in New Issue
Block a user