diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c08d17a..5e1a45cd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Changed + +- Migrated the create and edit access dialogs to dedicated routes + ## 3.60.0 - 2026-08-24 ### Added diff --git a/apps/client/src/app/components/access-table/access-table.component.html b/apps/client/src/app/components/access-table/access-table.component.html index 04c8249b2..c6e504d6c 100644 --- a/apps/client/src/app/components/access-table/access-table.component.html +++ b/apps/client/src/app/components/access-table/access-table.component.html @@ -77,12 +77,15 @@ @if ( !isReceivedAccess() && user()?.settings?.isExperimentalFeatures ) { - + } @if (element.type === 'PUBLIC') {