Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cdfbb66

Browse filesBrowse files
authored
Add missing reference to pageContainer.tsx
The walk through misses the reference to memberFormValidation in pageContainer.tsx.
1 parent f979068 commit cdfbb66
Copy full SHA for cdfbb66

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎08 ParamNavigation/readme.md

Copy file name to clipboardExpand all lines: 08 ParamNavigation/readme.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ import * as toastr from 'toastr';
261261
import { memberAPI } from '../../api/member';
262262
- import { MemberEntity } from '../../model';
263263
+ import { MemberEntity, MemberErrors } from '../../model';
264+
+ import { memberFormValidation } from './memberFormValidation';
264265
import { MemberPage } from './page';
265266

266267
interface Props {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.