Skip to content

Commit

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

* refactor: update change access modal display name

Signed-off-by: tygao <tygao@amazon.com>

* Changeset file for PR opensearch-project#8680 created/updated

---------

Signed-off-by: tygao <tygao@amazon.com>
Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and Qxisylolo committed Oct 30, 2024
1 parent cec70b3 commit 77ddaf6
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 77ddaf6

Please sign in to comment.