feat: affiche les avertissements RGCP dans l'onglet mois par mois
parent
952435384a
commit
e29101859e
|
@ -8,6 +8,7 @@ import { useEngine } from '@/components/utils/EngineContext'
|
|||
import { Tooltip } from '@/design-system/tooltip'
|
||||
|
||||
import Répartition from './components/Répartition'
|
||||
import Warnings from './components/Warnings'
|
||||
import { MonthState, rémunérationBruteDottedName } from './utils'
|
||||
|
||||
type RémunérationBruteInput = {
|
||||
|
@ -140,6 +141,8 @@ export default function RéductionGénéraleMoisParMois({
|
|||
})}
|
||||
</tbody>
|
||||
</StyledTable>
|
||||
|
||||
<Warnings />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue