We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a2b3a commit b88e541Copy full SHA for b88e541
frontend/src/lib/permissions.ts
@@ -112,8 +112,8 @@ export function isPermitted({
112
}
113
114
/**
115
- * @description The logic behind create roles depending on permissions. Since create has extra custom permission logic, that is why
116
- * it is separated from the others.
+ * @description it the logic behind depending on create roles, since create has extra custom permission logic that is why
+ * * it is seperated from the others
117
*
118
* Algorithm: We mapped the cluster name and the resource name, because all the actions in them are
119
* constant and limited, and hence faster lookup approach.
0 commit comments