fix(editor): UX Improvements to RBAC feature set (#9683)

This commit is contained in:
Csaba Tuncsik
2024-07-18 14:17:27 +02:00
committed by GitHub
parent 5b440a7679
commit 028a8a2c75
32 changed files with 337 additions and 112 deletions

View File

@@ -26,3 +26,8 @@ export const splitName = (
}
}
};
export const enum ResourceType {
Credential = 'credential',
Workflow = 'workflow',
}