Skip to content

Commit

Permalink
fix keyresult type
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 4, 2024
1 parent 46c50d4 commit a5002ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="okr-form-row row-cols-auto mx-0">
<div class="okr-form-row row-cols-auto mx-0 my-1">
<button
[style.cursor]="typeChangeAllowed ? 'pointer' : 'default'"
[ngClass]="{ active: isMetric, 'non-active': !isMetric }"
Expand Down

0 comments on commit a5002ac

Please sign in to comment.