Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## [Unreleased]
## [3.9.2] - 2026-06-02
## [3.10.0] - 2026-06-02

### Added
- Implemetned new role for dashboard access permission
Expand Down
4 changes: 0 additions & 4 deletions src/components/settings/UserProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,6 @@ export default {
text = "ID Service";
break;
}
case config.SERVICE_TYPES.DASHBOARD: {
text = "Dashboard Service";
break;
}
case config.SERVICE_TYPES.QUEST: {
text = "Quest Service";
break;
Expand Down
Loading
Loading