We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 899dab0 + 031eb19 commit 640d290Copy full SHA for 640d290
packages/misc/pilot-ui/src/app/components/footer/footer.template.html
@@ -58,7 +58,7 @@
58
<a
59
class="flex items-center p-3 cursor-pointer"
60
[panel]="middlewareTpl"
61
- [popoverOn]="'CLICK'"
+ popoverOn="CLICK"
62
>
63
<i class="ri-mind-map leading-none text-xl mr-2"></i>
64
</a>
@@ -67,8 +67,8 @@
67
68
69
[popover]="shortcutsTpl"
70
- [popoverPos]="'TOP_RIGHT'"
71
+ popoverPos="TOP_RIGHT"
72
73
<i class="ri-command-line leading-none text-xl mr-2"></i>
74
0 commit comments