Skip to content

Commit 7187cff

Browse files
adliusVlad0n20
authored andcommitted
feat(forking): Change resourceType
1 parent ea91201 commit 7187cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/project/overview/components/project-overview-toolbar/project-overview-toolbar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export class ProjectOverviewToolbarComponent {
6666

6767
isPublic = signal(false);
6868
isBookmarked = signal(false);
69-
resourceType = ResourceType.Registration;
69+
resourceType = ResourceType.Project;
7070

7171
bookmarksCollectionId = select(BookmarksSelectors.getBookmarksCollectionId);
7272
bookmarks = select(BookmarksSelectors.getBookmarks);

0 commit comments

Comments
 (0)