chore(next): wires form submissions (#4982)
This commit is contained in:
@@ -65,10 +65,12 @@ export function fieldReducer(state: FormState, action: FieldAction): FormState {
|
||||
state[action.path] || ({} as FormField),
|
||||
)
|
||||
|
||||
return {
|
||||
const newState = {
|
||||
...state,
|
||||
[action.path]: newField,
|
||||
}
|
||||
|
||||
return newState
|
||||
}
|
||||
|
||||
case 'REMOVE_ROW': {
|
||||
|
||||
Reference in New Issue
Block a user