feat: fixed access list broken in ui

This commit is contained in:
=
2025-09-25 16:07:39 +05:30
parent 51a09e4e1a
commit 71701060a9
5 changed files with 12 additions and 7 deletions

View File

@@ -1049,7 +1049,7 @@ export const RAW_SECRETS = {
},
GET_ACCESS_LIST: {
secretName: "The name of the secret to get the access list for.",
workspaceId: "The ID of the project where the secret is located.",
projectId: "The ID of the project where the secret is located.",
environment: "The slug of the environment where the the secret is located.",
secretPath: "The folder path where the secret is located."
}