Skip to content

Commit 031eb19

Browse files
committed
fix(lesy-pilot-ui): template binding fixes
1 parent b021e91 commit 031eb19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/misc/pilot-ui/src/app/components/footer/footer.template.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<a
5959
class="flex items-center p-3 cursor-pointer"
6060
[panel]="middlewareTpl"
61-
[popoverOn]="'CLICK'"
61+
popoverOn="CLICK"
6262
>
6363
<i class="ri-mind-map leading-none text-xl mr-2"></i>
6464
</a>
@@ -67,8 +67,8 @@
6767
<a
6868
class="flex items-center p-3 cursor-pointer"
6969
[popover]="shortcutsTpl"
70-
[popoverPos]="'TOP_RIGHT'"
71-
[popoverOn]="'CLICK'"
70+
popoverPos="TOP_RIGHT"
71+
popoverOn="CLICK"
7272
>
7373
<i class="ri-command-line leading-none text-xl mr-2"></i>
7474
</a>

0 commit comments

Comments
 (0)