refactor: pipeline edit view

This commit is contained in:
xiaojunnuo
2022-10-26 23:29:10 +08:00
parent 370a28c10e
commit e1466737e3
20 changed files with 89 additions and 94 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ export type AccessDefine = Registrable & {
};
export function IsAccess(define: AccessDefine) {
return function (target: any) {
target.define = define;
target.prototype.define = define;
};
}