Skip to content

Commit 827bd71

Browse files
1682 Removes todo
1 parent a1a664b commit 827bd71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ function PydanticFormContextProvider({
308308

309309
const resetForm = useCallback(
310310
(e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => {
311-
// todo reset the history for the current page -- clear all and jump to step 1
312311
e.preventDefault();
313312
resetFormData();
314313
setErrorDetails(undefined);

0 commit comments

Comments
 (0)