mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
refactor: pipeline edit view
This commit is contained in:
@@ -8,6 +8,6 @@ export type AccessDefine = Registrable & {
|
||||
};
|
||||
export function IsAccess(define: AccessDefine) {
|
||||
return function (target: any) {
|
||||
target.define = define;
|
||||
target.prototype.define = define;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user