Skip to content

Commit

Permalink
TableFormComponent: hide script buttons that have onMemberAdd set
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhidki authored and saviit committed Feb 14, 2025
1 parent e01c3fa commit 2f76c03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const sortLang = "fi";
<ng-container *ngIf="runScripts">
<button class="timButton"
*ngFor="let s of runScripts"
[hidden]="(!s.all && !cbCount) || !s.button"
[hidden]="(!s.all && !cbCount) || s.onMemberAdd"
(click)="runJsRunner(s)">
{{ s.button }}
</button>
Expand Down

0 comments on commit 2f76c03

Please sign in to comment.