Skip to content

Conversation

@carojeandat
Copy link
Contributor

PR Summary

Still to do:

  • not permit to validate the form if a row is empty
  • make SensiTable more generic
  • clean the translations
  • fix the size of SensiTable

isDeveloperMode,
}: Readonly<{
securityAnalysisMethods: UseSecurityAnalysisParametersFormReturn;
fetchContingencyCount: (contingencyListNames: string[] | null) => Promise<number>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
fetchContingencyCount: (contingencyListNames: string[] | null) => Promise<number>;
fetchContingencyCount?: (contingencyListNames: string[] | null) => Promise<number>;

Make it as optional


export const descriptionEn = {
description: 'Description',
Description: 'Description',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Description: 'Description',

why duplicated? only at first character is diffrent between UpperCase and LowerCase


export const descriptionFr = {
description: 'Description',
Description: 'Description',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Description: 'Description',

Idem above

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 6, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants