-
Notifications
You must be signed in to change notification settings - Fork 4
[DRAFT] Move contingency lists to SA parameters #1014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
src/components/parameters/security-analysis/security-analysis-fields.tsx
Show resolved
Hide resolved
| isDeveloperMode, | ||
| }: Readonly<{ | ||
| securityAnalysisMethods: UseSecurityAnalysisParametersFormReturn; | ||
| fetchContingencyCount: (contingencyListNames: string[] | null) => Promise<number>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| fetchContingencyCount: (contingencyListNames: string[] | null) => Promise<number>; | |
| fetchContingencyCount?: (contingencyListNames: string[] | null) => Promise<number>; |
Make it as optional
src/components/parameters/security-analysis/security-analysis-fields.tsx
Show resolved
Hide resolved
src/components/parameters/security-analysis/security-analysis-fields.tsx
Show resolved
Hide resolved
src/components/parameters/security-analysis/security-analysis-fields.tsx
Show resolved
Hide resolved
src/components/parameters/security-analysis/security-analysis-fields.tsx
Show resolved
Hide resolved
|
|
||
| export const descriptionEn = { | ||
| description: 'Description', | ||
| Description: 'Description', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Description: 'Description', |
why duplicated? only at first character is diffrent between UpperCase and LowerCase
|
|
||
| export const descriptionFr = { | ||
| description: 'Description', | ||
| Description: 'Description', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Description: 'Description', |
Idem above
…ove-contingency-lists-to-sa-parameters
|



PR Summary
Still to do: