Skip to content

Commit

Permalink
build: update nice modal package
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwan Rimorin John Eric authored and Kwan Rimorin John Eric committed Oct 2, 2023
1 parent cf6d26a commit e743d3a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.24.2",
"private": true,
"dependencies": {
"@ebay/nice-modal-react": "^1.2.10",
"@ebay/nice-modal-react": "^1.2.12",
"@rollbar/react": "^0.11.2",
"@types/node": "^16.18.55",
"@types/react": "^18.2.24",
Expand All @@ -23,7 +23,7 @@
"react-helmet-async": "^1.3.0",
"react-password-checklist": "^1.4.3",
"react-router-dom": "^6.16.0",
"react-select": "^5.7.5",
"react-select": "^5.7.7",
"rollbar": "^2.26.2",
"web-vitals": "^2.1.4"
},
Expand Down
8 changes: 4 additions & 4 deletions src/utils/interface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,14 +282,14 @@ export interface UserRoleProps {
isUpdate?: boolean;
}

export interface UserModalProps {
export type UserModalProps = {
email?: string | null;
uid?: string;
congregation: string | undefined;
name?: string;
role?: number | undefined;
footerSaveAcl: number | undefined;
}
};

export interface SelectProps {
value: string;
Expand Down Expand Up @@ -318,8 +318,8 @@ export interface HHOptionProps {
isNew?: boolean;
}

export interface AssignmentModalProps {
export type AssignmentModalProps = {
assignments: LinkSession[];
assignmentType?: number;
assignmentTerritory?: string;
}
};

0 comments on commit e743d3a

Please sign in to comment.