Skip to content

Commit cb9f732

Browse files
committed
Fix RunList.allowDelete
1 parent d1b0a93 commit cb9f732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/list/RunList.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class RunList extends TembaList {
2525
selectedRun: any;
2626

2727
@property({ type: Boolean })
28-
allowDelete = true;
28+
allowDelete = false;
2929

3030
private resultKeys = {};
3131

0 commit comments

Comments
 (0)