fix(editor): UX Improvements to RBAC feature set (#9683)
This commit is contained in:
@@ -26,3 +26,8 @@ export const splitName = (
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const enum ResourceType {
|
||||
Credential = 'credential',
|
||||
Workflow = 'workflow',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user