You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/gallery/pages/AutoForm.tsx
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -28,10 +28,10 @@ function AutoFormContent() {
28
28
</div>
29
29
)}`}
30
30
>
31
-
<AutoForm
32
-
className="mx-auto max-w-3xl"
33
-
type="QueryBookings"
34
-
onSuccess={onSuccess}
31
+
<AutoForm
32
+
panelClass="mx-auto max-w-3xl"
33
+
type="QueryBookings"
34
+
onSuccess={onSuccess}
35
35
/>
36
36
{results&&(
37
37
<div>
@@ -85,11 +85,11 @@ function AutoFormContent() {
85
85
type="QueryBookings"
86
86
/>`}
87
87
>
88
-
<AutoForm
89
-
className="mx-auto max-w-3xl"
88
+
<AutoForm
89
+
panelClass="mx-auto max-w-3xl"
90
90
value={request}
91
91
onChange={setRequest}
92
-
type="QueryBookings"
92
+
type="QueryBookings"
93
93
/>
94
94
</CodeExample>
95
95
@@ -98,10 +98,10 @@ function AutoFormContent() {
98
98
description="AutoCreateForm can be used to create an automated form based on a AutoQuery CRUD Create Request DTO definition which can be rendered in a traditional inline Form with card formStyle option:"
0 commit comments