Skip to content

Commit d532a12

Browse files
author
Ruben van Leeuwen
committed
1993: Remove bad comment
1 parent 1f52433 commit d532a12

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

frontend/packages/pydantic-forms/src/core/PydanticFormContextProvider.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ function PydanticFormContextProvider({
126126
);
127127

128128
// fetch the form definition using SWR hook
129-
// 1. Called and returns with 510 code and form schema in payload
130-
// 2. Called with form payload
131-
// - form_validation errors => 400
132-
// - success => 200
133-
// - second step? 510 with form definition
134129
const {
135130
data: apiResponse,
136131
isLoading: isLoadingSchema,

0 commit comments

Comments
 (0)