Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit 95995b0

Browse files
Merge pull request #16 from code-kern-ai/init_sample_project_state
Condition for continue project based on a new state for sample projects
2 parents c77fd13 + a1a6fb3 commit 95995b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/projects/components/projects/projects.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</div>
7070
</div>
7171
<div>
72-
<button (click)="manageProject(project.id, project.numDataScaleUploaded)" *ngIf="project.status !== 'INIT_UPLOAD'"
72+
<button (click)="manageProject(project.id, project.numDataScaleUploaded)" *ngIf="project.status !== 'INIT_SAMPLE_PROJECT'"
7373
class="text-green-800 text-sm font-medium">
7474
<span class="leading-5">Continue project</span>
7575
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 inline-block" fill="none"

0 commit comments

Comments
 (0)