File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
projects/core/src/lib/components/toc/toc Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export class TocComponent implements OnInit, OnDestroy {
5959
6060 private config = ComponentConfigHelper . componentConfigSignal < TocConfigModel > ( this . store$ , BaseComponentTypeEnum . TOC ) ;
6161
62- public editComponentEnabled = ComponentConfigHelper . componentEnabledConfigSignal ( this . store$ , BaseComponentTypeEnum . EDIT ) ;
62+ private editComponentEnabled = ComponentConfigHelper . componentEnabledConfigSignal ( this . store$ , BaseComponentTypeEnum . EDIT ) ;
6363 private authenticatedUserDetails = toSignal ( this . authenticatedUserService . getUserDetails$ ( ) ) ;
6464
6565 private editableLayerIds = computed ( ( ) => {
@@ -163,5 +163,4 @@ export class TocComponent implements OnInit, OnDestroy {
163163 this . store$ . dispatch ( setSelectedEditLayer ( { layer } ) ) ;
164164 this . store$ . dispatch ( setEditActive ( { active : true } ) ) ;
165165 }
166-
167166}
You can’t perform that action at this time.
0 commit comments