Skip to content

Commit

Permalink
fix: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: dominik003 <[email protected]>
  • Loading branch information
amolenaar and dominik003 authored Nov 8, 2023
1 parent 4007c43 commit 708ca12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/capellacollab/projects/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Project(pydantic.BaseModel):
slug: str
description: str | None = None
visibility: Visibility
type: ProjectType = ProjectType.GENERAL
type: ProjectType
users: UserMetadata
is_archived: bool

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-->

<div *ngIf="pipelineRunService.pipelineRun$ | async">
<div class="header flex-col">
<div class="flex flex-col justify-between">
<h1>
Logs for pipeline run
{{ (pipelineRunService.pipelineRun$ | async)?.id }}
Expand Down

0 comments on commit 708ca12

Please sign in to comment.