mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-18 04:33:57 +00:00
convert params form to all signals
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@if (paramsSchema && paramsFormInfo) {
|
||||
@if (paramsSchema() && paramsFormInfo) {
|
||||
<form [formGroup]="paramsFormInfo.formGroup">
|
||||
<div class="flex flex-col">
|
||||
@for (key of paramKeys(); track key) {
|
||||
|
||||
Reference in New Issue
Block a user