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:
@@ -1,5 +1,6 @@
|
||||
import { Registrable } from "../registry";
|
||||
import { FormItemProps } from "@fast-crud/fast-crud";
|
||||
import { accessRegistry } from "./registry";
|
||||
|
||||
export type AccessDefine = Registrable & {
|
||||
input: {
|
||||
@@ -9,5 +10,6 @@ export type AccessDefine = Registrable & {
|
||||
export function IsAccess(define: AccessDefine) {
|
||||
return function (target: any) {
|
||||
target.prototype.define = define;
|
||||
accessRegistry.install(target);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user