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.
1 parent a1a664b commit 827bd71Copy full SHA for 827bd71
frontend/packages/pydantic-forms/src/core/PydanticFormContextProvider.tsx
@@ -308,7 +308,6 @@ function PydanticFormContextProvider({
308
309
const resetForm = useCallback(
310
(e: React.MouseEvent<HTMLButtonElement, MouseEvent>) => {
311
- // todo reset the history for the current page -- clear all and jump to step 1
312
e.preventDefault();
313
resetFormData();
314
setErrorDetails(undefined);
0 commit comments