Skip to content

Commit c9aef37

Browse files
committed
fixup! feat(eap): update schema for save, submit functionality
1 parent 482bbe3 commit c9aef37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/views/EapFullForm/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ export function Component() {
588588
processServerErrors(state.error, value);
589589

590590
// NOTE it is here to clear the state and
591-
// replace is neccesary for not pushing a new entry
591+
// replace is neccessary for not pushing a new entry
592592
navigate(
593593
'fullEapForm',
594594
{},

app/src/views/EapSimplifiedForm/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ export function Component() {
375375
processServerErrors(state.error, value);
376376

377377
// NOTE it is here to clear the state and
378-
// replace is neccesary for not pushing a new entry
378+
// replace is neccessary for not pushing a new entry
379379
navigate(
380380
'simplifiedEapForm',
381381
{},

0 commit comments

Comments
 (0)