Skip to content

Commit

Permalink
[Workspace] Refactor: update change access modal display name (#8680) (
Browse files Browse the repository at this point in the history
…#8732)

* refactor: update change access modal display name

---------



(cherry picked from commit 53e8404)

Signed-off-by: tygao <tygao@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 29, 2024
1 parent c10c53c commit d274cbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/8680.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
refactor:
- Update change access modal display name ([#8680](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8680))
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export const WorkspaceCollaboratorTable = ({
values: {
numCollaborators: selections.length,
pluralSuffix: selections.length > 1 ? 's' : '',
accessLevel: type,
accessLevel: WORKSPACE_ACCESS_LEVEL_NAMES[type],
},
})}
</p>
Expand Down

0 comments on commit d274cbe

Please sign in to comment.