small wip

This commit is contained in:
alicia pritchett 2021-09-02 10:01:45 -04:00
parent 669db60bbe
commit e0d56fa27f

View File

@ -110,7 +110,7 @@
<mat-icon>edit</mat-icon>
</button>
<button
*ngIf="cat.display_order > 0"
*ngIf="!cat[0]"
mat-mini-fab
title="Move up"
color="primary"
@ -119,7 +119,7 @@
<mat-icon>arrow_upward</mat-icon>
</button>
<button
*ngIf="cat.display_order < workflowSpecsByCategory.length - 2"
*ngIf="!cat[workflowSpecsByCategory.length-1]"
mat-mini-fab
title="Move down"
color="primary"